commit | 32ae455343c2508aa2ba579e4d45a31495649bc3 | [log] [tgz] |
---|---|---|
author | Antonio Terceiro <antonio.terceiro@linaro.org> | Mon Mar 10 16:41:00 2025 -0300 |
committer | Antonio Terceiro <antonio.terceiro@linaro.org> | Tue Mar 11 20:36:02 2025 -0300 |
tree | 6a80daa948da88332dc4cb25067bf5761630269e | |
parent | a1312792895c9a65cf947095c74b6e7750d11fef [diff] |
send-to-lava: add support for publishing log files For each test, send-to-lava will look into a results directory for files named ${test}.log. If that file is found, then its contents will be pushed to lava as the log snippet corresponding to that test. The result directory can be passed as the second command line argument. If omitted, the same directory as the results file will be used. Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>