]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: don't abbreviate log messages when dumping the test journal
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 16 Feb 2024 12:49:50 +0000 (13:49 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 17 Feb 2024 11:49:44 +0000 (12:49 +0100)
To make debugging test fails easier.

test/test-functions

index 0b9ee0a45b4869be1f899cff8dbe856d7c4812e7..6a9a1291de3e477e21376c4c16e2cd34405c66e7 100644 (file)
@@ -1850,7 +1850,7 @@ save_journal() {
 
     # Show messages from the testsuite-XX.service or messages with priority "warning" and higher
     echo " --- $source_dir ---"
-    "$JOURNALCTL" --no-pager --no-hostname -o short-monotonic -D "$source_dir" \
+    "$JOURNALCTL" --all --no-pager --no-hostname -o short-monotonic -D "$source_dir" \
         _SYSTEMD_UNIT="testsuite-${TESTID:?}.service" + SYSLOG_IDENTIFIER="testsuite-$TESTID.sh" + \
         PRIORITY=4 + PRIORITY=3 + PRIORITY=2 + PRIORITY=1 + PRIORITY=0