beremiz

tests/tools: move comment and remove dead code in Dockerfile
wxPython4
2022-12-15, Edouard Tisserant
12b6add87876
file isExecutable
tests/tools: move comment and remove dead code in Dockerfile
#!/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