diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-02 00:52:46 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-15 17:45:32 +0100 |
commit | 2b9e8c620006705a9459a61c88c7c0cd8fb02212 (patch) | |
tree | 365a2a9fc184ea909f6c7b77070f88061118957a /test/scripts/light-system-test.sh | |
parent | 863ef44a16759501c7ce939e93bf2891a552b2e3 (diff) |
Statusserver
Diffstat (limited to 'test/scripts/light-system-test.sh')
-rwxr-xr-x | test/scripts/light-system-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/light-system-test.sh b/test/scripts/light-system-test.sh index 69eb5c7..da91929 100755 --- a/test/scripts/light-system-test.sh +++ b/test/scripts/light-system-test.sh @@ -18,11 +18,11 @@ tests_stop() { } tests_stop_all() { - ${SCRIPTS}/light-system-test-stop.sh mergeprimary mergesecondary frontend signing + ${SCRIPTS}/light-system-test-stop.sh mergeprimary mergesecondary frontend signing statsserver } ${SCRIPTS}/light-system-test-prepare.sh -tests_start signing +tests_start statsserver signing tests_start merge_2only frontendexceptlast ${top_srcdir}/tools/initlog.py --config machine/merge-1/catlfish-test.cfg --localconfig machine/merge-1/catlfish-test-local-merge-1.cfg tests_start mergeprimary |