From: Sebastian Harl Date: Wed, 30 Jul 2014 19:01:11 +0000 (+0200) Subject: t/integration: Execute test scripts using 'set -x'. X-Git-Tag: sysdb-0.3.0~9 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=14319a3eb576bf41f6185fe9602e06fb9eca05e1 t/integration: Execute test scripts using 'set -x'. A lot of tests fail rather silently. This helps identify the failing test. --- diff --git a/t/integration/simple_config.sh b/t/integration/simple_config.sh index b4c7253..1aacea7 100755 --- a/t/integration/simple_config.sh +++ b/t/integration/simple_config.sh @@ -29,7 +29,7 @@ # Integration tests using simple configuration snippets. # -set -e +set -ex source "$( dirname "$0" )/test_lib.sh" diff --git a/t/integration/simple_query.sh b/t/integration/simple_query.sh index 6d7f5e5..8f9e375 100755 --- a/t/integration/simple_query.sh +++ b/t/integration/simple_query.sh @@ -29,7 +29,7 @@ # Integration tests using simple queries. # -set -e +set -ex source "$( dirname "$0" )/test_lib.sh"