beremiz

Runtime/win32: no sys.stdout with pythonw.exe

2023-09-28, Edouard Tisserant
832bcf1b5b60
file isExecutable
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