Skip to content

Commit 64b644b

Browse files
committed
Don't change servers_config.integ.json every time
1 parent b7d4fb7 commit 64b644b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

e2e_tests/run_integ_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ cdk deploy --app 'node lib/weather-alerts-mcp-server.js'
2626

2727
# Configure integ tests
2828
cd ../../../e2e_tests/
29-
sed -i "s/INTEG_TEST_ID/$INTEG_TEST_ID/g" servers_config.integ.json
30-
cp servers_config.integ.json python/servers_config.json
31-
cp servers_config.integ.json typescript/servers_config.json
29+
sed "s/INTEG_TEST_ID/$INTEG_TEST_ID/g" servers_config.integ.json > python/servers_config.json
30+
sed "s/INTEG_TEST_ID/$INTEG_TEST_ID/g" servers_config.integ.json > typescript/servers_config.json
3231

3332
# Run the Python integ test
3433
cd python/

0 commit comments

Comments
 (0)