beremiz

69771a6ca4a6
file isExecutable
Tests: More fixes amd enhancments to run tests on Github Actions
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER