From fc69c5300ef5000b0282c8ae2b5e68b02fdf5c34 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Tue, 27 Aug 2019 12:47:30 +0200 Subject: [PATCH] Windows buildbot fixes [skip ci] --- extras/build-tests/windows/build.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/build-tests/windows/build.bat b/extras/build-tests/windows/build.bat index 782353660..3a8ffe9f5 100644 --- a/extras/build-tests/windows/build.bat +++ b/extras/build-tests/windows/build.bat @@ -60,7 +60,6 @@ del "C:\Program Files\UnrealIRCd 5\bin\unrealircd.exe" echo Running installer... start /WAIT unrealircd-dev-build.exe /VERYSILENT /LOG=setup.log if %ERRORLEVEL% NEQ 0 goto installerfailed -EXIT /B 1 rem Upload artifact rem appveyor PushArtifact unrealircd-dev-build.exe @@ -74,7 +73,7 @@ if %ERRORLEVEL% NEQ 0 EXIT /B 1 cd unrealircd-tests dir -"C:\Program Files\Git\git\bin\bash.exe" ./runwin +"C:\Program Files\Git\bin\bash.exe" ./runwin if %ERRORLEVEL% NEQ 0 EXIT /B 1 goto end