Skip to content

Commit ec16fec

Browse files
committed
Add debugging information to test output
1 parent 7f9bb91 commit ec16fec

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,8 @@ echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"
3131

3232
# Run the tests, and store the results in a Evergreen compatible JSON results file
3333
case "$OS" in
34-
cygwin*)
35-
make test
36-
;;
37-
38-
sunos)
39-
gmake -o test-libmongoc test TEST_ARGS="--no-fork -d -F test-results.json"
40-
;;
41-
4234
*)
43-
make -o test-libmongoc test TEST_ARGS="--no-fork -d -F test-results.json"
35+
TEST_PHP_ARGS="-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP" make test
4436
;;
4537
esac
4638

0 commit comments

Comments
 (0)