0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/evergreen/jstestfuzz_minimize.sh

14 lines
271 B
Bash
Raw Normal View History

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