beremiz

IDE: Fix py_ext build with python3.10

2023-05-17, Edouard Tisserant
b57a38ce3f34
file isExecutable
IDE: Fix py_ext build with python3.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