enable full debugging the first time travis runs scripts

Revert this once the tests start passing
This commit is contained in:
Chris Beck 2014-05-20 12:06:56 -04:00
parent 302b0a831b
commit 8bffd6c5cf

View File

@ -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.."