beremiz
Clone
Summary
Browse
Changes
Graph
tests: add one more ignored pic to debug_project test
2022-07-06, Edouard Tisserant
c1a972412661
file is
Executable
tests: add one more ignored pic to debug_project test
#!/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