Skip to content

Commit 1b1abc8

Browse files
committed
Cleanup
1 parent 312266f commit 1b1abc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,6 @@ functions:
548548
binary: bash
549549
args:
550550
- .evergreen/scripts/run-perf-tests.sh
551-
script: |
552-
. .evergreen/scripts/env.sh
553-
PROJECT_DIRECTORY=${PROJECT_DIRECTORY} bash ${PROJECT_DIRECTORY}/.evergreen/run-perf-tests.sh
554551

555552
"attach benchmark test results":
556553
- command: attach.results
@@ -1538,7 +1535,7 @@ tasks:
15381535
- command: subprocess.exec
15391536
type: test
15401537
params:
1541-
shell: "bash"
1538+
binary: bash
15421539
working_dir: src
15431540
args:
15441541
- .evergreen/scripts/check-import-time.sh

0 commit comments

Comments
 (0)