Skip to content

Commit

Permalink
test: don't abbreviate log messages when dumping the test journal
Browse files Browse the repository at this point in the history
To make debugging test fails easier.
  • Loading branch information
mrc0mmand committed Feb 17, 2024
1 parent 1b0cf03 commit bce0fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-functions
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bce0fa7

Please sign in to comment.