[General] Fix unit tests on GNU/Linux

This commit is contained in:
/dev/root 2018-11-20 21:41:44 +01:00
parent 8fee1d38a9
commit 66888854a0

2
Jenkinsfile vendored
View File

@ -153,7 +153,7 @@ def doUnitTests(name) {
getIW4xExecutable()
retry(2) {
if (isUnix()) {
sh "WINEDEBUG=warn+all wine-wrapper iw4x.exe -tests"
sh "WINEDEBUG=warn+all wine iw4x.exe -tests; wineserver -w"
} else {
bat "iw4x.exe -tests"
}