diff options
Diffstat (limited to 'test/scripts/light-system-test-run-4.sh')
-rwxr-xr-x | test/scripts/light-system-test-run-4.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/scripts/light-system-test-run-4.sh b/test/scripts/light-system-test-run-4.sh new file mode 100755 index 0000000..e2c9c3a --- /dev/null +++ b/test/scripts/light-system-test-run-4.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +set -o nounset +set -o errexit + +SOFTHSM=/usr/local/bin/softhsm2-util +INSTDIR=../catlfish +PREFIX=.. + +. test.shvars + +cd ${INSTDIR} && ../tools/merge --config ../test/catlfish-test.cfg --localconfig ../test/catlfish-test-local-merge.cfg || (echo "Merge failed" ; false) +cd ${INSTDIR}/tests && ../../tools/check-sth.py ${BASEURL} --publickey=keys/logkey.pem --cur-sth=stored-sth --cafile httpsca/demoCA/cacert.pem |