Skip to content

Commit

Permalink
chore: fixes MacOS OCSP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Reggi authored and mbroadst committed Sep 2, 2020
1 parent c510fde commit b4286c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ functions:
UNIFIED=${UNIFIED} \
CA_FILE="$DRIVERS_TOOLS/.evergreen/ocsp/rsa/ca.pem" \
OCSP_TLS_SHOULD_SUCCEED="${OCSP_TLS_SHOULD_SUCCEED}" \
sh ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-tests.sh
bash ${PROJECT_DIRECTORY}/.evergreen/run-ocsp-tests.sh
run-valid-ocsp-server:
- command: shell.exec
params:
Expand Down
2 changes: 1 addition & 1 deletion test/functional/operation_generators_example.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ describe('Operation (Generators)', function() {
yield collection.insertMany([{ a: 1 }, { b: 2 }], { w: 1 });

// Remove all the document
collection.removeMany();
yield collection.removeMany();

// Fetch all results
var items = yield collection.find().toArray();
Expand Down

0 comments on commit b4286c3

Please sign in to comment.