diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-16 13:49:50 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-17 12:49:44 +0100 |
commit | bce0fa7da1352cae5d68bbc831525a39c2bdbfb5 (patch) | |
tree | 9e0602423c4e0a3d2762918e195cf694435e6259 /test/test-functions | |
parent | test: use btrfs' mkswapfile on btrfs (diff) | |
download | systemd-bce0fa7da1352cae5d68bbc831525a39c2bdbfb5.tar.xz systemd-bce0fa7da1352cae5d68bbc831525a39c2bdbfb5.zip |
test: don't abbreviate log messages when dumping the test journal
To make debugging test fails easier.
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-functions b/test/test-functions index 0b9ee0a45b..6a9a1291de 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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 |