summaryrefslogtreecommitdiff
path: root/test/scripts/light-system-test-run-4.sh
blob: 1022fd271cfc4d092ba9228c0ec89ab1fc1b3be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -o nounset
set -o errexit

top_srcdir=$(cd $(dirname $0)/../..; pwd)

. ${top_srcdir}/test/test.shvars

${top_srcdir}/tools/merge --config ${top_srcdir}/test/catlfish-test.cfg --localconfig ${top_srcdir}/test/catlfish-test-local-merge.cfg || (echo "Merge failed" ; false)
${top_srcdir}/tools/check-sth.py ${BASEURL} --publickey=keys/logkey.pem --cur-sth=stored-sth --cafile httpsca/demoCA/cacert.pem