Skip to content

Commit c0409dc

Browse files
committed
Lower display number for vnc
1 parent 15a2dbc commit c0409dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testlib.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function setup() {
9898
if [ ! "x$OTOOL_OS_NAME" = "xwin" ] ; then
9999
if [ "x$DISPLAY" == "x" ] ; then
100100
installVnc
101-
futureVnc=":954"
101+
futureVnc=":9"
102102
if ps -aux | grep -v -e grep | grep -e "$futureVnc" ; then
103103
echo "special vncserver/vncsession seems to be running"
104104
$LOCAL_VNC -kill $futureVnc
@@ -274,7 +274,7 @@ function resolveBg() {
274274
}
275275

276276
function saveVncServerLog() {
277-
cp "$HOME"/.vnc/*954.log "$REPORT_DIR"/vncserver || true
277+
cp "$HOME"/.vnc/*9.log "$REPORT_DIR"/vncserver || true
278278
}
279279

280280
function compareImagesSilently() {

0 commit comments

Comments
 (0)