beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fixed/remove checks wxPython versions
python3
2023-04-12, Edouard Tisserant
9958cf865da0
file is
Executable
IDE: fixed/remove checks wxPython versions
#!/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