beremiz

tests: missing SSL support in open62541 build parameters
wxPython4
2022-09-13, Edouard Tisserant
06c6b9fd88b8
file isExecutable
tests: missing SSL support in open62541 build parameters
#!/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