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 d43d333 commit 9356183Copy full SHA for 9356183
scripts/ci/test_perf.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -ex
+set -e
3
4
echo =============================================================================
5
# go to project dir
@@ -61,7 +61,7 @@ echo Started webserver
61
62
if [[ $IOS_BROWSER ]]; then
63
echo Starting ios selenium server
64
- java -jar $IOS_SERVER_BINARY -real&
+ java -jar $IOS_SERVER_BINARY -real &> /dev/null&
65
iosServerPid=$!
66
waitForUrl http://localhost:5555/wd/hub
67
echo Started ios selenium server
0 commit comments