Skip to content
Snippets Groups Projects

Fix journalctl cursor use

Merged Walter Lozano requested to merge wip/wlozano/cursor into apertis/v2024dev1
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -132,7 +132,7 @@ if [ "${UID}" != "0" ]
then
JOURNALCTL="sudo journalctl"
fi
${JOURNALCTL} --after-cursor "${START_CURSOR}" -t audit -o cat > ${AUDIT_FILE}
${JOURNALCTL} --cursor "${START_CURSOR}" -t audit -o cat > ${AUDIT_FILE}
echo "#=== ${TEST_TITLE} ==="
Loading