diff options
author | Linus Nordberg <linus@nordu.net> | 2017-02-07 17:02:44 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-02-07 17:02:44 +0100 |
commit | 70a87a1d878106aa97205507c3cd3eb9ba1667f2 (patch) | |
tree | 1ef06e6bd7a704f07bfd4457c8a8920969c81b1b /test/scripts/light-system-test.sh | |
parent | 71cc72d3c5e977355ebb0aa8bcb065a08207ec2f (diff) |
Create and use the minsize file.
Diffstat (limited to 'test/scripts/light-system-test.sh')
-rwxr-xr-x | test/scripts/light-system-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/light-system-test.sh b/test/scripts/light-system-test.sh index d2d242c..ad3daca 100755 --- a/test/scripts/light-system-test.sh +++ b/test/scripts/light-system-test.sh @@ -49,7 +49,7 @@ echo echo echo ${SCRIPTS}/light-system-test-prepare-merge-takeover.sh -tests_start initlog +tests_start initlog --promote-secondary ${SCRIPTS}/light-system-test-run-3.sh || (echo "Tests failed"; sleep 5; tests_stop; false) sleep 5 tests_stop |