summaryrefslogtreecommitdiff
path: root/evergreen/jstestfuzz_minimize.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/jstestfuzz_minimize.sh')
-rw-r--r--evergreen/jstestfuzz_minimize.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/evergreen/jstestfuzz_minimize.sh b/evergreen/jstestfuzz_minimize.sh
index 13ddbaf5709..e1a3f54a1a4 100644
--- a/evergreen/jstestfuzz_minimize.sh
+++ b/evergreen/jstestfuzz_minimize.sh
@@ -6,8 +6,6 @@ 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"
+ eval ./src/scripts/npm_run.sh ${npm_command} -- -j "../minimizer-outputs.json"
fi