From c86a3f8a61f630dbb4faeb9a4a2af0a2cd4b840c Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Fri, 14 Jun 2019 18:15:12 +0200 Subject: [PATCH] Print commands and fail with tests --- tools/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/run-tests.sh b/tools/run-tests.sh index 1d09c55..e67c8ea 100755 --- a/tools/run-tests.sh +++ b/tools/run-tests.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -e -x + tools/tests/test-pycodestyle.sh tools/tests/test-pylint.sh tools/tests/test-pytest.sh -- GitLab