From 8bffd6c5cf6b07d8976507213cbe6c1e1a3e51a5 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Tue, 20 May 2014 12:06:56 -0400 Subject: [PATCH] enable full debugging the first time travis runs scripts Revert this once the tests start passing --- travis_wml_unit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_wml_unit_tests.sh b/travis_wml_unit_tests.sh index a43aad9c35b..a6d21386070 100755 --- a/travis_wml_unit_tests.sh +++ b/travis_wml_unit_tests.sh @@ -1,5 +1,5 @@ #!/bin/bash -./run_wml_tests -u +./run_wml_tests -u -w if [ "$?" -ne 0 ]; then echo -e "\n*** \n*" echo "* Rerunning tests to get error messages.."