[General] Fix unit tests on GNU/Linux
This commit is contained in:
parent
8fee1d38a9
commit
66888854a0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -153,7 +153,7 @@ def doUnitTests(name) {
|
|||||||
getIW4xExecutable()
|
getIW4xExecutable()
|
||||||
retry(2) {
|
retry(2) {
|
||||||
if (isUnix()) {
|
if (isUnix()) {
|
||||||
sh "WINEDEBUG=warn+all wine-wrapper iw4x.exe -tests"
|
sh "WINEDEBUG=warn+all wine iw4x.exe -tests; wineserver -w"
|
||||||
} else {
|
} else {
|
||||||
bat "iw4x.exe -tests"
|
bat "iw4x.exe -tests"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user