Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/testlib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function setup() {
if [ ! "x$OTOOL_OS_NAME" = "xwin" ] ; then
if [ "x$DISPLAY" == "x" ] ; then
installVnc
futureVnc=":954"
futureVnc=":9"
if ps -aux | grep -v -e grep | grep -e "$futureVnc" ; then
echo "special vncserver/vncsession seems to be running"
$LOCAL_VNC -kill $futureVnc
Expand Down Expand Up @@ -274,7 +274,7 @@ function resolveBg() {
}

function saveVncServerLog() {
cp "$HOME"/.vnc/*954.log "$REPORT_DIR"/vncserver || true
cp "$HOME"/.vnc/*9.log "$REPORT_DIR"/vncserver || true
}

function compareImagesSilently() {
Expand Down