File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -395,8 +395,6 @@ functions:
395
395
CRYPT_SHARED_LIB_PATH=${CRYPT_SHARED_LIB_PATH} \
396
396
evergreen/run-tests.sh
397
397
echo "Skipping certificate removal..."
398
- OS=${OS} \
399
- evergreen/cleanup-test-resources.sh
400
398
401
399
run-csfle-with-mocked-kms-tests :
402
400
- command : shell.exec
@@ -421,8 +419,6 @@ functions:
421
419
TARGET="TestCsfleWithMockedKms" \
422
420
CRYPT_SHARED_LIB_PATH=${CRYPT_SHARED_LIB_PATH} \
423
421
evergreen/run-tests.sh
424
- OS=${OS} \
425
- evergreen/cleanup-test-resources.sh
426
422
427
423
run-csfle-with-mongocryptd-tests :
428
424
- command : shell.exec
@@ -449,8 +445,6 @@ functions:
449
445
CRYPT_SHARED_LIB_PATH="" \
450
446
evergreen/run-tests.sh
451
447
echo "Skipping certificate removal..."
452
- OS=${OS} \
453
- evergreen/cleanup-test-resources.sh
454
448
455
449
run-atlas-connectivity-tests :
456
450
- command : shell.exec
@@ -831,6 +825,14 @@ functions:
831
825
mongo-orchestration stop
832
826
cd -
833
827
rm -rf $DRIVERS_TOOLS || true
828
+ - command : subprocess.exec
829
+ params :
830
+ binary : bash
831
+ working_dir : mongo-csharp-driver
832
+ include_expansions_in_env :
833
+ - " OS"
834
+ args :
835
+ - evergreen/cleanup-test-resources.sh
834
836
835
837
fix-absolute-paths :
836
838
- command : shell.exec
You can’t perform that action at this time.
0 commit comments