Skip to content

Commit

Permalink
Adding flag for Standalone mode [deploy][prerelease]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 7, 2020
1 parent 25f2724 commit e079e04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Standalone/start-selenium-standalone.sh
Expand Up @@ -2,4 +2,5 @@
#
# IMPORTANT: Change this file only in directory Standalone!

java ${JAVA_OPTS} -jar /opt/selenium/selenium-server.jar standalone ${SE_OPTS}
java ${JAVA_OPTS} -jar /opt/selenium/selenium-server.jar standalone \
--relax-checks true ${SE_OPTS}

0 comments on commit e079e04

Please sign in to comment.