beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix creation of SVG file if none provided
2023-11-22, Edouard Tisserant
6d65508a059e
file is
Executable
SVGHMI: Fix creation of SVG file if none provided
#!/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