beremiz

69771a6ca4a6
file isExecutable
Tests: More fixes amd enhancments to run tests on Github Actions
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER