beremiz

bf3b5f58c832
file isExecutable
OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid.
#!/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