https://bugs.winehq.org/show_bug.cgi?id=46380
--- Comment #1 from Austin English austinenglish@gmail.com --- Small correction; scripts wait for `make -k test` to finish, which it doesn't with that process running:
time sh -c "make -k test 2>&1 | tee "$logfile" || true"
# Kill off winemine and any stragglers "$WINESERVER" -k || true
winemine is running before this, and doesn't cause a hang.