beremiz
Clone
Summary
Browse
Changes
Graph
Tests: use expedited termination of IDE with SIGTERM instead of normal close
wxPython4
2023-01-01, Edouard Tisserant
cf7c91183995
file is
Executable
Tests: use expedited termination of IDE with SIGTERM instead of normal close
Work around test not finishing when IDE ask for confirmation on exit when
project is modified.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .