aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-03 15:55:20 -0700
committerRob Mensching <rob@firegiant.com>2022-10-04 14:23:47 -0700
commit21ea5adcc788bbecd81e475277aba927ec66c860 (patch)
treea02076c55c29fd3c78ba0136745f0621b357825a /src/test/msi
parent7d231e729b4e53979952dcdd12654aa77a411521 (diff)
downloadwix-21ea5adcc788bbecd81e475277aba927ec66c860.tar.gz
wix-21ea5adcc788bbecd81e475277aba927ec66c860.tar.bz2
wix-21ea5adcc788bbecd81e475277aba927ec66c860.zip
Run tests in bulk to improve performance
The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs.
Diffstat (limited to 'src/test/msi')
-rw-r--r--src/test/msi/test_msi.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/msi/test_msi.cmd b/src/test/msi/test_msi.cmd
index bb9d0162..2a6f5831 100644
--- a/src/test/msi/test_msi.cmd
+++ b/src/test/msi/test_msi.cmd
@@ -16,7 +16,7 @@ msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_
16 16
17@if not "%RuntimeTestsEnabled%"=="true" goto :LExit 17@if not "%RuntimeTestsEnabled%"=="true" goto :LExit
18 18
19dotnet test -c %_C% --no-build WixToolsetTest.MsiE2E -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.MsiE2E.trx" || exit /b 19dotnet test -c %_C% WixToolsetTest.MsiE2E --nologo --no-build -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.MsiE2E.trx" || exit /b
20 20
21:LExit 21:LExit
22@popd 22@popd