mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
test: show saved journal files after TEST-02-UNITTESTS
This commit is contained in:
parent
a97d617f18
commit
fa316d553c
@ -1929,6 +1929,7 @@ check_result_nspawn_unittests() {
|
||||
check_coverage_reports "$workspace" || ret=5
|
||||
|
||||
save_journal "$workspace/var/log/journal" $ret
|
||||
echo "${JOURNAL_LIST:-"No journals were saved"}"
|
||||
|
||||
_umount_dir "${initdir:?}"
|
||||
|
||||
@ -1962,6 +1963,7 @@ check_result_qemu_unittests() {
|
||||
check_coverage_reports "$initdir" || ret=5
|
||||
|
||||
save_journal "$initdir/var/log/journal" $ret
|
||||
echo "${JOURNAL_LIST:-"No journals were saved"}"
|
||||
|
||||
_umount_dir "$initdir"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user