beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fix build exception when static file directory is missing
17 months ago, Edouard Tisserant
6a8fd46e9980
file is
Executable
SVGHMI: fix build exception when static file directory is missing
#!/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