Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2018-09-04 15:56:17 +0300
committerWilliam Desportes <williamdes@wdes.fr>2018-10-11 12:30:05 +0300
commit5fc0150a56f48b090ee6e5b1ee94e78b829e2690 (patch)
treed50c1c355315d1e67fe28cf7a64c7be6cdcd2882 /test/start-local-server
parentd9153ae069626ffc63ddd4c20d13cee74d1ece43 (diff)
Update Browserstack script
Source : https://www.browserstack.com/local-testing and man of executable. Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/start-local-server')
-rwxr-xr-xtest/start-local-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/start-local-server b/test/start-local-server
index dc38bb9edb..08f9f4eb32 100755
--- a/test/start-local-server
+++ b/test/start-local-server
@@ -28,4 +28,4 @@ $HOME/.phpenv/versions/$PHP_VERSION/sbin/php-fpm --fpm-config $DIR/php-fpm.conf
nginx -c $DIR/nginx.conf
# Start BrowserStack Local forwarder
-~/browserstack/BrowserStackLocal -localIdentifier "travis-$TRAVIS_JOB_NUMBER" -onlyAutomate "$TESTSUITE_BROWSERSTACK_KEY" 127.0.0.1,8000,0 &
+~/browserstack/BrowserStackLocal --force-local --localIdentifier "travis-$TRAVIS_JOB_NUMBER" --onlyAutomate --key "$TESTSUITE_BROWSERSTACK_KEY" --daemon start