From 14319a3eb576bf41f6185fe9602e06fb9eca05e1 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 30 Jul 2014 21:01:11 +0200 Subject: [PATCH] t/integration: Execute test scripts using 'set -x'. A lot of tests fail rather silently. This helps identify the failing test. --- t/integration/simple_config.sh | 2 +- t/integration/simple_query.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2