tests/tools/Docker/beremiz-sikuli/rebuild_docker.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 04 Jul 2022 09:30:20 +0200
branchwxPython4
changeset 3529 b9737bb5f92a
parent 3425 ee3b84d09ccf
permissions -rwxr-xr-x
test: Fix context menu problems in debug view. This should fix debug_test as well.

- exception on right click on a wire
- tooltip hiding context menu in some case
#!/bin/bash

set -e

./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1