beremiz

IDE: more fixes for wxPython 4.0.7 and pyhon 3.10
python3
2023-04-13, Edouard Tisserant
223a91584172
file isExecutable
IDE: more fixes for wxPython 4.0.7 and pyhon 3.10
#!/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