From: Yu Watanabe Date: Mon, 27 Nov 2023 00:42:15 +0000 (+0900) Subject: test: show saved journal files after TEST-02-UNITTESTS X-Git-Tag: v255~57^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa316d553c8bf7cf315e7f4061dfbd51b4e0630b;p=platform%2Fupstream%2Fsystemd.git test: show saved journal files after TEST-02-UNITTESTS --- diff --git a/test/test-functions b/test/test-functions index b054892..556346d 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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"