From c1d2fbf73c8ee01dc6257dc7640071cac0cf0f7d Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Thu, 11 May 2017 10:58:58 +0200 Subject: [PATCH] Output on test failure --- travis/postsubmit-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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