Skip to content

Commit e079e04

Browse files
committed
Adding flag for Standalone mode [deploy][prerelease]
1 parent 25f2724 commit e079e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Standalone/start-selenium-standalone.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
#
33
# IMPORTANT: Change this file only in directory Standalone!
44

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

0 commit comments

Comments
 (0)