beremiz
Clone
Summary
Browse
Changes
Graph
Runtime/win32: no sys.stdout with pythonw.exe
2023-09-28, Edouard Tisserant
832bcf1b5b60
file is
Executable
Runtime/win32: no sys.stdout with pythonw.exe
#!/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