File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22#
33# IMPORTANT: Change this file only in directory StandaloneDebug!
44
5- source /opt/bin/clear_x_locks.sh
65source /opt/bin/functions.sh
76
87export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
@@ -16,6 +15,8 @@ if [ ! -z "$SE_OPTS" ]; then
1615 echo " appending selenium options: ${SE_OPTS} "
1716fi
1817
18+ rm -f /tmp/.X* lock
19+
1920SERVERNUM=$( get_server_num)
2021env | cut -f 1 -d " =" | sort > asroot
2122sudo -E -u seluser -i env | cut -f 1 -d " =" | sort > asseluser
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ echo "# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" >> $FOLDER/Dockerfil
1111echo FROM selenium/$BASE :$VERSION >> $FOLDER /Dockerfile
1212cat ../NodeDebug/Dockerfile.txt >> $FOLDER /Dockerfile
1313
14- cp ./clear_x_locks.sh \
15- ./entry_point.sh $FOLDER
14+ cp ./entry_point.sh $FOLDER
1615
1716BROWSER_LC=$( echo $BROWSER | tr ' [:upper:]' ' [:lower:]' )
1817
You can’t perform that action at this time.
0 commit comments