beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fixes UI lifecycle problems
2023-11-25, Edouard Tisserant
89549813a6c1
file is
Executable
SVGHMI: Fixes UI lifecycle problems
Was sometime showing HMI tree of previously closed project : no more module globals to store hmi tree.
C++ dead object exceptions happened when re-opening SVGHMI UI or building after close of UI.
#!/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