beremiz

Tests: Fixed wrong path (relative to $HOME) in CLI tests.
wxPython4
2023-02-02, Edouard Tisserant
4906295e0be6
file isExecutable
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
#!/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