beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception when showing project's context menu in case of empty clipboard (wxpython4).
wxPython4
2023-01-15, Edouard Tisserant
3dafdb6ad023
file is
Executable
IDE: fix exception when showing project's context menu in case of empty clipboard (wxpython4).
#!/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