aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-12-14 12:18:27 -0800
committerRob Mensching <rob@firegiant.com>2021-12-14 14:48:57 -0800
commit09aac160d5898d6b95cd1b43d2c5a62e085e6a17 (patch)
tree841b43d498ac1100f8a35697eb71d9bb10aa09d2 /src
parentf4b14a91e11b3e83f265c24435fdf705b616b15a (diff)
downloadwix-09aac160d5898d6b95cd1b43d2c5a62e085e6a17.tar.gz
wix-09aac160d5898d6b95cd1b43d2c5a62e085e6a17.tar.bz2
wix-09aac160d5898d6b95cd1b43d2c5a62e085e6a17.zip
Capture logs from burn integration tests
Diffstat (limited to 'src')
-rw-r--r--src/test/burn/test_burn.cmd10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/test/burn/test_burn.cmd b/src/test/burn/test_burn.cmd
index f8880094..3c8ce918 100644
--- a/src/test/burn/test_burn.cmd
+++ b/src/test/burn/test_burn.cmd
@@ -12,7 +12,15 @@
12msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror || exit /b 12msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror || exit /b
13msbuild -t:Build -Restore -p:Configuration=%_C% TestData\TestData.proj || exit /b 13msbuild -t:Build -Restore -p:Configuration=%_C% TestData\TestData.proj || exit /b
14 14
15if /i "%RuntimeTestsEnabled%"=="true" dotnet test -c %_C% --no-build WixToolsetTest.BurnE2E 15@if not "%RuntimeTestsEnabled%"=="true" goto :LExit
16 16
17reg add HKLM\Software\Policies\Microsoft\Windows\Installer /t REG_SZ /v Logging /d voicewarmupx /f
18reg add HKLM\Software\WOW6432Node\Policies\Microsoft\Windows\Installer /t REG_SZ /v Logging /d voicewarmupx /f
19
20dotnet test -c %_C% --no-build WixToolsetTest.BurnE2E
21
227z a "..\..\..\build\logs\test_burn_%GITHUB_RUN_ID%.zip" "%TEMP%\*.log" "%TEMP%\..\*.log"
23
24:LExit
17@popd 25@popd
18@endlocal 26@endlocal