diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-02 12:49:18 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-15 17:45:32 +0100 |
commit | 8e4cd93fd1ab8fa148256633f3eb261a5bd1d311 (patch) | |
tree | e1bcb12360dcbd265fbe2f4f48ef0fa02c9cb3fd /test/scripts/light-system-test.sh | |
parent | 2b9e8c620006705a9459a61c88c7c0cd8fb02212 (diff) |
Rename to 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 da91929..f8b63f8 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 statsserver + ${SCRIPTS}/light-system-test-stop.sh mergeprimary mergesecondary frontend signing statusserver } ${SCRIPTS}/light-system-test-prepare.sh -tests_start statsserver signing +tests_start statusserver 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 |