Skip to content

Commit 87e3f61

Browse files
committed
Don't export API_VERSION env variable
1 parent 6bc945c commit 87e3f61

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
@@ -12,7 +12,7 @@ AUTH=${AUTH:-noauth}
1212
SSL=${SSL:-nossl}
1313
MONGODB_URI=${MONGODB_URI:-}
1414
TESTS=${TESTS:-}
15-
export API_VERSION=${API_VERSION:-}
15+
API_VERSION=${API_VERSION:-}
1616
IS_MATRIX_TESTING=${IS_MATRIX_TESTING:-}
1717

1818
# For matrix testing, we have to determine the correct driver version

0 commit comments

Comments
 (0)