diff options
author | Magnus Ahltorp <map@kth.se> | 2017-02-02 16:08:24 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-02-02 16:08:24 +0100 |
commit | 06a6db0d0dc921527c4667037d7cc9fa000645d5 (patch) | |
tree | 3f4ff97960386e7bf69d36ae6b4d34331495a752 /test/scripts/light-system-test-run-2.sh | |
parent | c9f058c7c7984a4443ca302ace4de85d2e5b18fa (diff) |
Added tools for getting and generating global configkey-management2
Diffstat (limited to 'test/scripts/light-system-test-run-2.sh')
-rwxr-xr-x | test/scripts/light-system-test-run-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/light-system-test-run-2.sh b/test/scripts/light-system-test-run-2.sh index 4c8bbdb..bf80c97 100755 --- a/test/scripts/light-system-test-run-2.sh +++ b/test/scripts/light-system-test-run-2.sh @@ -11,4 +11,4 @@ python ${top_srcdir}/tools/verifysct.py --sct-file=submittedcerts --parallel 1 $ check_sth -python ${top_srcdir}/tools/storagegc.py --config ${top_srcdir}/test/catlfish-test.cfg --localconfig ${top_srcdir}/test/catlfish-test-local-1.cfg || fail "GC failed" +python ${top_srcdir}/tools/storagegc.py --config machine/machine-1/catlfish-test.cfg --localconfig machine/machine-1/catlfish-test-local-1.cfg || fail "GC failed" |