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

SERVER-22513 Stop suppressing stderr output from jstestfuzz self-tests

This change should make it easier to diagnose intermittent failures.
This commit is contained in:
Kamran Khan 2016-02-08 12:34:40 -05:00
parent 21d4e1be28
commit e39a25c60e

View File

@ -336,7 +336,7 @@ functions:
# Run jstestfuzz self-tests; redirect to /dev/null to avoid polluting the logs.
echo "jstestfuzz self-tests are starting"
npm test > /dev/null 2>&1
npm test > /dev/null
echo "jstestfuzz self-tests finished"
npm start -- --jsTestsDir ../jstests