Skip to content

Commit 7e59e3e

Browse files
committed
Hide output for xfail tests
1 parent c96276c commit 7e59e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "Running $AUTH tests, connecting to $MONGODB_URI"
2626
# Run the tests, and store the results in a Evergreen compatible JSON results file
2727
case "$OS" in
2828
*)
29-
TEST_PHP_ARGS="-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP" make test TESTS=$TESTS
29+
TEST_PHP_ARGS="-q -x --show-diff -g FAIL,BORK,WARN,LEAK,SKIP" make test TESTS=$TESTS
3030
;;
3131
esac
3232

0 commit comments

Comments
 (0)