Skip to content

Commit 3734682

Browse files
author
Adam Gleitman
committed
Fix ado-test-setup after IntegrationTests move
1 parent c778e72 commit 3734682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ado/ado-test-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ open "$COMMAND"
5757
waitForPackager
5858

5959
COMMAND="$TMPDIR/launchWebSocketServer.command"
60-
echo "cd ${THIS_DIR}; export SERVERS_NO_WAIT=1; ./IntegrationTests/launchWebSocketServer.command" > "$COMMAND"
60+
echo "cd ${THIS_DIR}; export SERVERS_NO_WAIT=1; ./packages/react-native/IntegrationTests/launchWebSocketServer.command" > "$COMMAND"
6161
chmod +x "$COMMAND"
6262
open "$COMMAND"
6363
waitForWebSocketServer

0 commit comments

Comments
 (0)