From 4b467da8a8be74bacf4cc9cad1641b7f378903e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Sat, 28 May 2016 17:08:06 +0200 Subject: [PATCH] Output assertion failure on tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1383c0e..23f74d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: - script=clean ./ci/execute.sh - script=compile ./ci/execute.sh - script=static_analysis ./ci/execute.sh - - script=compile make_command="broadwayd & make test" ./ci/execute.sh \ No newline at end of file + - script=compile make_command="broadwayd & CTEST_OUTPUT_ON_FAILURE=1 make test" ./ci/execute.sh \ No newline at end of file