diff --git a/.travis.yml b/.travis.yml index 695a6fe54..a06b17454 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,7 +78,7 @@ after_script: - "[ ${BUILD_CATEGORY:-sim} = sim ] && tail regression-tests/??-$BUILD_TYPE/*.testlog" ## Print a basic summary - "echo 'Summary:'; cat regression-tests/??-$BUILD_TYPE/summary" - - "FAILS=`grep -c -i 'fail' regression-tests/??-$BUILD_TYPE/summary`" + - "FAILS=`grep -c ' FAIL ' regression-tests/??-$BUILD_TYPE/summary`" ## This will detect whether the build should pass or fail - "test $FAILS -eq 0; exit $?"