github.com/letsencrypt/trillian@v1.1.2-0.20180615153820-ae375a99d36a/integration/integration_test.sh (about) 1 #!/bin/bash 2 set -e 3 4 INTEGRATION_DIR="$( cd "$( dirname "$0" )" && pwd )" 5 . "${INTEGRATION_DIR}"/functions.sh 6 7 run_test "Map integration test" "${INTEGRATION_DIR}/map_integration_test.sh" 8 run_test "Log integration test" "${INTEGRATION_DIR}/log_integration_test.sh"