beremiz

pythonw is used on OSX
python3
2022-11-09, GP Orcullo
a26453d1c54d
file isExecutable
pythonw is used on OSX
#!/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