1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-06 00:58:29 +03:00

fmf: Move meson logs and failed test journals to test artifacts dir

(cherry picked from commit 0e444c948e7d8ddbdec83116b68af7d876e2d2f6)
This commit is contained in:
Daan De Meyer 2025-01-09 15:13:18 +01:00 committed by Luca Boccassi
parent 13f4c782dd
commit a8c7d1de26

View File

@ -125,6 +125,11 @@ mkosi -f sandbox \
--suite integration-tests \
--print-errorlogs \
--no-stdsplit \
--num-processes "$(($(nproc) - 1))"
--num-processes "$(($(nproc) - 1))" && EC=0 || EC=$?
find build/meson-logs -type f -exec mv {} "$TMT_TEST_DATA" \;
find build/test/journal -type f -exec mv {} "$TMT_TEST_DATA" \;
popd
exit "$EC"