summaryrefslogtreecommitdiff
path: root/evergreen/jstestfuzz_minimize.sh
blob: 13ddbaf5709973dd7052f4eda496b38203377787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

if [ -f "../minimizer-outputs.json" ]; then
  eval npm run ${npm_command} -- -j "../minimizer-outputs.json"
fi