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/testutils.sh | |
parent | c9f058c7c7984a4443ca302ace4de85d2e5b18fa (diff) |
Added tools for getting and generating global configkey-management2
Diffstat (limited to 'test/scripts/testutils.sh')
-rw-r--r-- | test/scripts/testutils.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/testutils.sh b/test/scripts/testutils.sh index e779e07..2e9d6a1 100644 --- a/test/scripts/testutils.sh +++ b/test/scripts/testutils.sh @@ -10,7 +10,7 @@ assert_equal() { } get_treesize() { - ${top_srcdir}/tools/loginfo.py --config ${top_srcdir}/test/catlfish-test.cfg --localconfig ${top_srcdir}/test/catlfish-test-local-merge.cfg --treesize https://localhost:8080/ + ${top_srcdir}/tools/loginfo.py --localconfig machine/merge/catlfish-test-local-merge.cfg --treesize https://localhost:8080/ } check_sth() { @@ -18,5 +18,5 @@ check_sth() { } do_merge() { - ${top_srcdir}/tools/merge --config ${top_srcdir}/test/catlfish-test.cfg --timing --localconfig ${top_srcdir}/test/catlfish-test-local-merge.cfg || fail "Merge failed" + ${top_srcdir}/tools/merge --config machine/merge/catlfish-test.cfg --timing --localconfig machine/merge/catlfish-test-local-merge.cfg || fail "Merge failed" } |