From f3c55eba9da59042a96e683f841060674519520b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Fri, 11 Jul 2014 13:55:18 -0700 Subject: add logging facility and check logs in tests --- scripts/run_tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index be65356baf..7165948248 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -3,9 +3,7 @@ set -e set -o pipefail -BUILDTYPE="${BUILDTYPE:-Release}" - -cd build/${BUILDTYPE} +cd build/Testing for TEST in ./test_* ; do ${TEST} -- cgit v1.2.1