beremiz
Clone
Summary
Browse
Changes
Graph
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
python3
2023-02-06, GP Orcullo
29bc2bebf1d4
file is
Executable
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
#!/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