Skip to content

Commit 85133b6

Browse files
committed
cleanup
1 parent 99363fb commit 85133b6

File tree

3 files changed

+4
-62
lines changed

3 files changed

+4
-62
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ functions:
301301
- key: MONGODB_STARTED
302302
value: "1"
303303

304-
"bootstrap datalake":
304+
"bootstrap data lake":
305305
- command: shell.exec
306306
type: setup
307307
params:
@@ -1173,7 +1173,7 @@ tasks:
11731173

11741174
- name: atlas-data-lake-tests
11751175
commands:
1176-
- func: "bootstrap datalake"
1176+
- func: "bootstrap data lake"
11771177
- func: "run tests"
11781178
vars:
11791179
DATA_LAKE: "true"

.evergreen/run-datalake-tests.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ else
174174
fi
175175

176176
if [ -z "$DATA_LAKE" ]; then
177-
TEST_ARGS="-s test.test_data_lake"
178-
else
179177
TEST_ARGS=""
178+
else
179+
TEST_ARGS="-s test.test_data_lake"
180180
fi
181181

182182
# Don't download unittest-xml-reporting from pypi, which often fails.

0 commit comments

Comments
 (0)