beremiz

file isExecutable
SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER