beremiz
Clone
Summary
Browse
Changes
Graph
fix random python 3 porting consequences.
15 months ago, Edouard Tisserant
f9f116d8a022
file is
Executable
fix random python 3 porting consequences.
#!/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