beremiz

Tests: UI tests can now load projects from tests/projects
wxPython4
2022-11-10, Edouard Tisserant
ca25c686cd97
file isExecutable
Tests: UI tests can now load projects from tests/projects
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER