beremiz
Clone
Summary
Browse
Changes
Graph
Tests: add ST FOR loop tests to IEC-61131 language tests
18 months ago, Edouard Tisserant
5234d06f62ee
file is
Executable
Tests: add ST FOR loop tests to IEC-61131 language tests
#!/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