We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a2dbc commit c0409dcCopy full SHA for c0409dc
1 file changed
tests/testlib.bash
@@ -98,7 +98,7 @@ function setup() {
98
if [ ! "x$OTOOL_OS_NAME" = "xwin" ] ; then
99
if [ "x$DISPLAY" == "x" ] ; then
100
installVnc
101
- futureVnc=":954"
+ futureVnc=":9"
102
if ps -aux | grep -v -e grep | grep -e "$futureVnc" ; then
103
echo "special vncserver/vncsession seems to be running"
104
$LOCAL_VNC -kill $futureVnc
@@ -274,7 +274,7 @@ function resolveBg() {
274
}
275
276
function saveVncServerLog() {
277
- cp "$HOME"/.vnc/*954.log "$REPORT_DIR"/vncserver || true
+ cp "$HOME"/.vnc/*9.log "$REPORT_DIR"/vncserver || true
278
279
280
function compareImagesSilently() {
0 commit comments