Skip to content

Commit 9356183

Browse files
committed
auto wait 2
1 parent d43d333 commit 9356183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/test_perf.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -ex
2+
set -e
33

44
echo =============================================================================
55
# go to project dir
@@ -61,7 +61,7 @@ echo Started webserver
6161

6262
if [[ $IOS_BROWSER ]]; then
6363
echo Starting ios selenium server
64-
java -jar $IOS_SERVER_BINARY -real&
64+
java -jar $IOS_SERVER_BINARY -real &> /dev/null&
6565
iosServerPid=$!
6666
waitForUrl http://localhost:5555/wd/hub
6767
echo Started ios selenium server

0 commit comments

Comments
 (0)