tests/tools/Docker/beremiz-sikuli/do_test_in_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 05 Oct 2022 20:25:58 +0200
branchwxPython4
changeset 3619 f75b11506fb2
parent 3527 fbe924df437b
permissions -rwxr-xr-x
CLI: poll runtime log and output new entries to stdout.
#!/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