no-plugin-exception-during-analyses: Fix indentation
This commit is contained in:
parent
e4ba63e00b
commit
2751df1935
@ -45,12 +45,12 @@ rlJournalStart
|
|||||||
rlRun "rm -f /root/output-${RANDOM_NUMBER}.txt"
|
rlRun "rm -f /root/output-${RANDOM_NUMBER}.txt"
|
||||||
sleep 10
|
sleep 10
|
||||||
rlRun "journalctl --since=\"$SINCE\" > journal-after.txt"
|
rlRun "journalctl --since=\"$SINCE\" > journal-after.txt"
|
||||||
STATUS=0
|
STATUS=0
|
||||||
rlAssertGrep "setroubleshoot.*: SELinux is preventing (/usr/bin/)?passwd" journal-after.txt -E
|
rlAssertGrep "setroubleshoot.*: SELinux is preventing (/usr/bin/)?passwd" journal-after.txt -E
|
||||||
[[ $? -eq 0 ]] || STATUS=$?
|
[[ $? -eq 0 ]] || STATUS=$?
|
||||||
rlAssertNotGrep "setroubleshoot.*: Plugin Exception " journal-after.txt
|
rlAssertNotGrep "setroubleshoot.*: Plugin Exception " journal-after.txt
|
||||||
[[ $? -eq 0 ]] || STATUS=$?
|
[[ $? -eq 0 ]] || STATUS=$?
|
||||||
rlRun "[[ $STATUS -eq 0 ]] || cat journal-after.txt"
|
rlRun "[[ $STATUS -eq 0 ]] || cat journal-after.txt"
|
||||||
rlRun "rm -f journal-after.txt"
|
rlRun "rm -f journal-after.txt"
|
||||||
rlPhaseEnd
|
rlPhaseEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user