summaryrefslogtreecommitdiff
path: root/evergreen/stitch_support_run_tests.sh
blob: 854668729608bbe87e7a9d5b00518971b2e25e74 (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"