ci: Remove quirk that runs dummy command after wineserver
The underlying issue is now worked around in upstream, see https://github.com/mstorsjo/msvc-wine/issues/47 for details.
This commit is contained in:
parent
c7db4942b3
commit
db29bf220c
@ -36,8 +36,7 @@ case "$WRAPPER_CMD" in
|
|||||||
*wine*)
|
*wine*)
|
||||||
# Make sure to shutdown wineserver whenever we exit.
|
# Make sure to shutdown wineserver whenever we exit.
|
||||||
trap "wineserver -k || true" EXIT INT HUP
|
trap "wineserver -k || true" EXIT INT HUP
|
||||||
# This is apparently only reliable when we run a dummy command such as "hh.exe" afterwards.
|
wineserver -p
|
||||||
wineserver -p && wine hh.exe
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user