diff options
author | Linus Nordberg <linus@nordu.net> | 2017-01-30 16:28:38 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-01-30 16:28:38 +0100 |
commit | 8364712d93721816695b0faac8284307b6a9d43a (patch) | |
tree | 5dba8aab56d81c7e4b1580552d8080e845750413 /test/scripts/light-system-test.sh | |
parent | b4c6ed49b3e5482fb5bae01861f6293cdfc151ba (diff) |
Work with permdb too.
Diffstat (limited to 'test/scripts/light-system-test.sh')
-rwxr-xr-x | test/scripts/light-system-test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scripts/light-system-test.sh b/test/scripts/light-system-test.sh index eee1078..816bd67 100755 --- a/test/scripts/light-system-test.sh +++ b/test/scripts/light-system-test.sh @@ -5,7 +5,7 @@ set -o errexit top_srcdir=$(cd $(dirname $0)/../..; pwd) -. ${top_srcdir}/test/test.shvars +. ${top_srcdir}/test/scripts/testutils.sh SCRIPTS=${top_srcdir}/test/scripts @@ -18,6 +18,7 @@ tests_stop() { } ${SCRIPTS}/light-system-test-prepare.sh +init_log tests_start ${SCRIPTS}/light-system-test-run-1.sh || (echo "Tests failed"; sleep 5; tests_stop; false) sleep 5 |