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:
parent
13f4c782dd
commit
a8c7d1de26
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user