diff options
Diffstat (limited to 'src/test/burn/test_burn.cmd')
-rw-r--r-- | src/test/burn/test_burn.cmd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/burn/test_burn.cmd b/src/test/burn/test_burn.cmd index 83401614..80467f39 100644 --- a/src/test/burn/test_burn.cmd +++ b/src/test/burn/test_burn.cmd | |||
@@ -9,11 +9,16 @@ | |||
9 | @if /i "%1"=="test" set RuntimeTestsEnabled=true | 9 | @if /i "%1"=="test" set RuntimeTestsEnabled=true |
10 | @if not "%1"=="" shift & goto parse_args | 10 | @if not "%1"=="" shift & goto parse_args |
11 | 11 | ||
12 | @set _B=%~dp0..\..\..\build\IntegrationBurn\%_C% | ||
13 | |||
12 | @echo Burn integration tests %_C% | 14 | @echo Burn integration tests %_C% |
13 | 15 | ||
14 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:%_L%\test_burn_build.binlog || exit /b | 16 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:%_L%\test_burn_build.binlog || exit /b |
15 | msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_L%\test_burn_data_build.binlog || exit /b | 17 | msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_L%\test_burn_data_build.binlog || exit /b |
16 | 18 | ||
19 | "%_B%\net35\win-x86\testexe.exe" /dm "%_B%\netcoreapp3.1\testhost.exe" | ||
20 | mt.exe -manifest "WixToolsetTest.BurnE2E\testhost.longpathaware.manifest" -updateresource:"%_B%\netcoreapp3.1\testhost.exe" | ||
21 | |||
17 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit | 22 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit |
18 | 23 | ||
19 | dotnet test -c %_C% --no-build WixToolsetTest.BurnE2E -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.BurnE2E.trx" || exit /b | 24 | dotnet test -c %_C% --no-build WixToolsetTest.BurnE2E -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.BurnE2E.trx" || exit /b |