summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e831693)
raw | patch | inline | side by side (parent: e831693)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Jul 2014 19:01:11 +0000 (21:01 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 30 Jul 2014 19:01:11 +0000 (21:01 +0200) |
A lot of tests fail rather silently. This helps identify the failing test.
t/integration/simple_config.sh | patch | blob | history | |
t/integration/simple_query.sh | patch | blob | history |
index b4c7253861917a46ece718b6cd731b5ed9832a24..1aacea720a3d58196956a424e6032198f3d7e3ce 100755 (executable)
# Integration tests using simple configuration snippets.
#
-set -e
+set -ex
source "$( dirname "$0" )/test_lib.sh"
index 6d7f5e5d9af9228b2b20e40e66b4bb0d62b976bb..8f9e3753fa7924d4cae67127a098201ee3d02269 100755 (executable)
# Integration tests using simple queries.
#
-set -e
+set -ex
source "$( dirname "$0" )/test_lib.sh"