beremiz

45e482f279f4
file isExecutable
tests: fix tests being systematically re-executed
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER