diff options
author | Rob Mensching <rob@firegiant.com> | 2021-12-21 12:44:27 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-12-30 08:15:54 -0800 |
commit | 4cd4828e6225a2ff5e81002a7f6f7401570b21c4 (patch) | |
tree | 54acd62489f52661881372b6d22bf6e670017ef2 /src/test | |
parent | 6d431a1488f770a0c2c753e2e3744fbb8d3eee0b (diff) | |
download | wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.tar.gz wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.tar.bz2 wix-4cd4828e6225a2ff5e81002a7f6f7401570b21c4.zip |
Build simplification and parallelization
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/test_burn.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/test_burn.cmd b/src/test/burn/test_burn.cmd index 5014fb73..7caf1cc8 100644 --- a/src/test/burn/test_burn.cmd +++ b/src/test/burn/test_burn.cmd | |||
@@ -10,8 +10,8 @@ | |||
10 | 10 | ||
11 | @echo Burn integration tests %_C% | 11 | @echo Burn integration tests %_C% |
12 | 12 | ||
13 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror || exit /b | 13 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:..\..\..\build\logs\test_burn_build.binlog || exit /b |
14 | msbuild -t:Build -Restore -p:Configuration=%_C% TestData\TestData.proj || exit /b | 14 | msbuild -t:Build -Restore -p:Configuration=%_C% TestData\TestData.proj -bl:..\..\..\build\logs\test_burn_data_build.binlog || exit /b |
15 | 15 | ||
16 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit | 16 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit |
17 | 17 | ||