beremiz
Clone
Summary
Browse
Changes
Graph
tests: attemps to make OCR based hits more stable
wxPython4
2022-12-05, Edouard Tisserant
a89ebe406e35
file is
Executable
tests: attemps to make OCR based hits more stable
#!/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