Second grep fix

This commit is contained in:
Ondrej Mejzlik 2021-02-03 13:11:21 +01:00
commit c4476df3ab

View file

@ -55,7 +55,7 @@ rlJournalStart
--debug-rpm=$Downloads/$(rpm -q ftp-debuginfo).rpm \
&> annocheck_output" 0,1 "Run annocheck"
cat annocheck_output
rlAssertNotGrep FAIL annocheck_output -i
rlAssertNotGrep 'FAIL:' annocheck_output -i
rlGetPhaseState || rlRun -l "grep -i FAIL: annocheck_output"
rlPhaseEnd
}