diff --git a/travis/postsubmit-helper.sh b/travis/postsubmit-helper.sh index b55330670..186e7c87d 100755 --- a/travis/postsubmit-helper.sh +++ b/travis/postsubmit-helper.sh @@ -128,5 +128,5 @@ travis_fold end make # Make travis_fold start tests -make test -j$N_JOBS +ctest test --output-on-failure travis_fold end tests