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

cd src/jstestfuzz

set -o errexit
set -o verbose

add_nodejs_to_path

eval npm run ${npm_command} -- ${jstestfuzz_vars} --branch ${branch_name}