We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17c392 commit f366028Copy full SHA for f366028
tasks/e2e-kitchensink.sh
@@ -166,7 +166,7 @@ PORT=3001 \
166
nohup npm start &>$tmp_server_log &
167
while true
168
do
169
- if grep -q 'The app is running at:' $tmp_server_log; then
+ if grep -q 'You can now view' $tmp_server_log; then
170
break
171
else
172
sleep 1
@@ -230,7 +230,7 @@ PORT=3002 \
230
231
232
233
234
235
236
0 commit comments