Skip to content

Commit 3125f80

Browse files
committed
test: bring back sed fix
1 parent e440ba8 commit 3125f80

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
@@ -871,7 +871,7 @@ functions:
871871
ECS_SRC_DIR=$AUTH_AWS_DIR/src
872872
873873
# fix issue with `TestData` in SERVER-46340
874-
# sed -i '1s+^+TestData = {};\n+' $AUTH_AWS_DIR/lib/ecs_hosted_test.js
874+
sed -i '1s+^+TestData = {};\n+' $AUTH_AWS_DIR/lib/ecs_hosted_test.js
875875
876876
# pack up project directory to ssh it to the container
877877
mkdir -p $ECS_SRC_DIR/.evergreen

0 commit comments

Comments
 (0)