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:
parent
21d4e1be28
commit
e39a25c60e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user