tests/sealert-s-traceback-invalid-display: remove invalid argument
The argument was never used since sealert always crashed on GUI setup, but it iss still better to remove it to avoid issues in the future.
This commit is contained in:
parent
8e35736477
commit
bb3d75bf71
@ -38,7 +38,7 @@ rlJournalStart
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
rlRun "DISPLAY=yolo sealert -s ./audit.log 2>&1 | tee ${OUTPUT_FILE}"
|
||||
rlRun "DISPLAY=yolo sealert -s 2>&1 | tee ${OUTPUT_FILE}"
|
||||
rlRun "grep Traceback ${OUTPUT_FILE}" 1
|
||||
rlPhaseEnd
|
||||
rlJournalPrintText
|
||||
|
Loading…
Reference in New Issue
Block a user