Skip to content

Commit e00cd92

Browse files
derickrjmikola
authored andcommitted
Report the exit status, as some tests fail, but are not reported
1 parent 347ed72 commit e00cd92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ MONGODB_URI=${MONGODB_URI:-}
1616
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
1717
[ -z "$MARCH" ] && MARCH=$(uname -m | tr '[:upper:]' '[:lower:]')
1818

19+
export REPORT_EXIT_STATUS=1
1920

2021
if [ "$SSL" == "yes" ]; then
2122
MONGODB_URI="${MONGODB_URI}/?ssl=true"

0 commit comments

Comments
 (0)