tests/tools/Docker/do_test_in_docker.sh
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 19 Sep 2024 12:05:35 +0200
changeset 4015 ab96d56f9ae9
parent 3693 4058140a8757
permissions -rwxr-xr-x
MQTT: fix bisection failing when topics start with same substring.
#!/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