beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
22 months ago, Edouard Tisserant
65aae40f81dd
file is
Executable
SVGHMI: Fix watchdog not cleanly restarting browser because not waiting for stop operation to finish before restarting.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER