Skip to content

Commit 001d86e

Browse files
committed
cleanup
1 parent 52e53c0 commit 001d86e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.evergreen/execute-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ source config.env
1313
set +a
1414

1515
cd ${REPO_NAME}
16-
# TODO: remove comment-out
17-
# bash ${ROOT_DIR}/${DIR}/run.sh
16+
bash ${ROOT_DIR}/${DIR}/run.sh

.evergreen/teardown.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -eu
44

5-
env
65
OVERRIDES=
76
if [ -n "${REPO_ORG:-}" ]; then
87
echo "REPO_ORG=$REPO_ORG"

0 commit comments

Comments
 (0)