beremiz
Clone
Summary
Browse
Changes
Graph
Tests: UI tests now avoid polling stdout if process didn't start.
wxPython4
2022-11-10, Edouard Tisserant
cfb2b05b68c4
file is
Executable
Tests: UI tests now avoid polling stdout if process didn't start.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER