diff --git a/Sanity/testsuite/runtest.sh b/Sanity/testsuite/runtest.sh index 0e5fa02..e78a0fa 100755 --- a/Sanity/testsuite/runtest.sh +++ b/Sanity/testsuite/runtest.sh @@ -213,7 +213,7 @@ rlJournalStart ID=`get_test_id` rlRun "./hw_fn -slot $SLOT &> $TmpDir/testlog.$ID" [ $? -gt 0 ] && echo -e "Test log:\n" && cat $TmpDir/testlog.$ID # print log in case of error - rlAssertGrep "Hardware Feature tests succeeded." $TmpDir/testlog.$ID + rlAssertGrep "(Hardware Feature tests succeeded.|do_HW_Feature_Search passed)" $TmpDir/testlog.$ID -E popd