This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ killall --ignore-case --quiet --regexp "firefox.*"
99
1010# After transferring the logs: reset them for the next test
1111for filename in /var/log/cont/* .log; do
12- truncate -s 0 $filename
12+ truncate -s 0 ${ filename} || echo " WARN: Failed to truncate ${filename} "
1313done
Original file line number Diff line number Diff line change @@ -79,13 +79,6 @@ if [ "${VIDEO}" = "true" ]; then
7979 start-video &
8080fi
8181
82- # TODO: Re enable shutdown at some point. But fails when
83- # we have little ports available (corner case but fails)
84- # if ! timeout --foreground ${WAIT_TIMEOUT} wait-vnc.sh; then
85- # bash -c "grep -v webSocketsHandshake ${VNC_TRYOUT_ERR_LOG}*.log" 1>&2
86- # shutdown "Failed while waiting for VNC to start!"
87- # fi
88-
8982# Help at http://supervisord.org/subprocess.html#process-states
9083echo " Checking process-states through supervisorctl status"
9184if ! supervisorctl -c /etc/supervisor/supervisord.conf \
Original file line number Diff line number Diff line change 3939 bash -c ' ls -la /var/log/cont/*' || true
4040 echo " " && echo " " && echo " ==> errors <=="
4141 bash -c ' errors' || true
42- # bash -c "grep -v webSocketsHandshake /var/log/cont/vnc-tryouts-stderr*.log"
4342
4443 die "
4544 Your docker-selenium didn't start properly.
You can’t perform that action at this time.
0 commit comments