From 055760edf94b7c17e0f4a073b3050c93121cc75c Mon Sep 17 00:00:00 2001 From: Zdenek Zambersky Date: Tue, 7 Oct 2025 17:54:44 +0200 Subject: [PATCH] Lower display number for vnc --- tests/testlib.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testlib.bash b/tests/testlib.bash index 5272be5..16d010e 100644 --- a/tests/testlib.bash +++ b/tests/testlib.bash @@ -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 @@ -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() {