summaryrefslogtreecommitdiff
path: root/evergreen/stitch_support_run_tests.sh
blob: d7b69d016791d6f51ca4443c68aa6ca5b1762a78 (plain)
1
2
3
4
5
6
7
8
9
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/prelude.sh"

cd src

set -o errexit
set -o verbose

"build/stitch-support-lib-${version}/bin/stitch_support_test"