Navigation Menu

Skip to content

Commit

Permalink
SERVER-22711 Re-enable jstestfuzz self-tests on Evergreen
Browse files Browse the repository at this point in the history
  • Loading branch information
hptabster committed Sep 22, 2016
1 parent bf86770 commit 97c2ef1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/evergreen.yml
Expand Up @@ -560,6 +560,11 @@ functions:
export PATH="$PATH:/opt/node/bin"
fi
# Run jstestfuzz self-tests; redirect to /dev/null to avoid polluting the logs.
echo "jstestfuzz self-tests are starting"
npm test > /dev/null
echo "jstestfuzz self-tests finished"
npm start -- --jsTestsDir ../jstests ${jstestfuzz_vars}
- command: archive.targz_pack
params:
Expand Down

0 comments on commit 97c2ef1

Please sign in to comment.