beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: swap position and range of ForEach widget so that both range and size can be optional.
20 months ago, Edouard Tisserant
b3ea419a4d47
file is
Executable
SVGHMI: swap position and range of ForEach widget so that both range and size can be optional.
#!/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