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 2
2
#
3
3
# IMPORTANT: Change this file only in directory StandaloneDebug!
4
4
5
- source /opt/bin/clear_x_locks.sh
6
5
source /opt/bin/functions.sh
7
6
8
7
export GEOMETRY=" $SCREEN_WIDTH " " x" " $SCREEN_HEIGHT " " x" " $SCREEN_DEPTH "
@@ -16,6 +15,8 @@ if [ ! -z "$SE_OPTS" ]; then
16
15
echo " appending selenium options: ${SE_OPTS} "
17
16
fi
18
17
18
+ rm -f /tmp/.X* lock
19
+
19
20
SERVERNUM=$( get_server_num)
20
21
env | cut -f 1 -d " =" | sort > asroot
21
22
sudo -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
11
11
echo FROM selenium/$BASE :$VERSION >> $FOLDER /Dockerfile
12
12
cat ../NodeDebug/Dockerfile.txt >> $FOLDER /Dockerfile
13
13
14
- cp ./clear_x_locks.sh \
15
- ./entry_point.sh $FOLDER
14
+ cp ./entry_point.sh $FOLDER
16
15
17
16
BROWSER_LC=$( echo $BROWSER | tr ' [:upper:]' ' [:lower:]' )
18
17
You can’t perform that action at this time.
0 commit comments