Skip to content

Commit 8990e0b

Browse files
committed
test: bring back sed fix
1 parent 80bdc33 commit 8990e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ functions:
877877
ECS_SRC_DIR=$AUTH_AWS_DIR/src
878878
879879
# fix issue with `TestData` in SERVER-46340
880-
# sed -i '1s+^+TestData = {};\n+' $AUTH_AWS_DIR/lib/ecs_hosted_test.js
880+
sed -i '1s+^+TestData = {};\n+' $AUTH_AWS_DIR/lib/ecs_hosted_test.js
881881
882882
# pack up project directory to ssh it to the container
883883
mkdir -p $ECS_SRC_DIR/.evergreen

0 commit comments

Comments
 (0)