Merge "objectcache: improve logging and error handling in BagOStuff"
[lhc/web/wiklou.git] / tests / selenium / selenium.sh
index 93f03b4..f6bb944 100755 (executable)
@@ -3,7 +3,7 @@ set -euo pipefail
 # Check the command before running in background so
 # that it can actually fail and have a descriptive error
 hash chromedriver
-chromedriver --url-base=/wd/hub --port=4444 &
+chromedriver --url-base=wd/hub --port=4444 &
 CHROME_DRIVER_PID=$!
 echo chromedriver running with PID $CHROME_DRIVER_PID
 # Make sure it is killed to prevent file descriptors leak