This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ check_vncviewer:
119119warn_wmctrl :
120120 @# Only check if not in a CI server
121121 @if [ " ${BUILD_NUMBER} " = " " ]; then \
122- if ! eval ${WMCTRL_CHECK_CMD} ; then \
122+ if ! eval ${WMCTRL_CHECK_CMD} > /dev/null ; then \
123123 ${ECHOWARN} ${WMCTRL_CLIENT_ERROR_MSG} ; \
124124 ${ECHOWARN} " RUN: make install_wmctrl" ; \
125125 fi ; \
@@ -130,7 +130,7 @@ check_wmctrl:
130130 echo " Sorry: moving windows with wmctrl in OSX is not upported." 1>&2 ; \
131131 exit 11 ; \
132132 fi
133- @if ! eval ${WMCTRL_CHECK_CMD} ; then \
133+ @if ! eval ${WMCTRL_CHECK_CMD} > /dev/null ; then \
134134 ${ECHOERR} ${WMCTRL_CLIENT_ERROR_MSG} ; \
135135 exit 5; \
136136 fi
Original file line number Diff line number Diff line change 33## Setup
44You should replace ` mock ` with your web service under test within the generated [ docker-compose.yml] [ ] file.
55
6- wget -nv " https://raw.githubusercontent.com/elgalu/docker-selenium/latest/ Makefile"
6+ wget -nv https://git.io/vKrBP -O Makefile
77 make get setup #first-time
88
99If you want VNC helpers support _ (optional)_
You can’t perform that action at this time.
0 commit comments