Skip to content
Snippets Groups Projects

Update common subtree

Merged Denis Pynkin requested to merge wip/d4s/subtree_update into apertis/v2020dev0
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -124,7 +124,14 @@ sleep 3
# Get audit information from journal
AUDIT_FILE=${TMP_DIR}/AUDIT
journalctl -S "${START_TIME}" -t audit -o cat > ${AUDIT_FILE}
uid=$(id -u)
JOURNALCTL="journalctl"
if [ "${UID}" != "0" ]
then
JOURNALCTL="sudo journalctl"
fi
${JOURNALCTL} -S "${START_TIME}" -t audit -o cat > ${AUDIT_FILE}
echo "#=== ${TEST_TITLE} ==="
Loading