Skip to content
Snippets Groups Projects
Commit d9bf1e6c authored by Walter Lozano's avatar Walter Lozano
Browse files

Merge commit '2e59623a' into wip/wlozano/cursor

Merge latest common changes to fix the use of journalctl cursor.
parents 5018fc98 2e59623a
No related branches found
No related tags found
1 merge request!17Fix journalctl cursor use
Pipeline #471102 passed
......@@ -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} ==="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment