]> git.sur5r.net Git - i3/i3/blobdiff - travis/run-tests.sh
travis: build debian packages and documentation
[i3/i3] / travis / run-tests.sh
index 87c5dbb77809771570fc539240572c7ebd9f945f..3ab3df4d99e4c3c86afc5ad57ca3100598eabd51 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+
+set -e
+set -x
+
 cd testcases
 # Try running the tests in parallel so that the common case (tests pass) is
 # quick, but fall back to running them in sequence to make debugging easier.