Skip to content
Snippets Groups Projects
Commit 050dd4b6 authored by david_williams's avatar david_williams
Browse files

tweek Xvfb handling

parent 7f0aac0b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ fi
XVFBSCREEN=${BUILD_HOME}/tmp
mkdir -p ${XVFBSCREEN}
/usr/bin/Xvfb :$DISPLAYNUMBER -screen 0 1600x1200x24 -ld 10240000 -ls 1024000 -lf 20 -reset -fbdir ${XVFBSCREEN} &
/usr/bin/Xvfb :$DISPLAYNUMBER -screen 0 1600x1200x24 -ld 10240 -ls 1024 -lf 20 -reset -fbdir ${XVFBSCREEN} &
echo $! > ccxvfb.pid
......
......@@ -23,7 +23,7 @@ else
fi
echo;
PIDFILE=cc.xvfbpid
PIDFILE=ccxvfb.pid
if [ -f ${PIDFILE} ] ; then
echo " Killing Xvfb process from PID file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment