beremiz
Clone
Summary
Browse
Changes
Graph
C runtime: initial fixes. Now runs and traces first_steps example.
2024-05-24, Edouard Tisserant
f64dce4e2f62
file is
Executable
C runtime: initial fixes. Now runs and traces first_steps example.
beremiz_runtime -v -t tcp -p 61131 -h localhost
#!/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