diff options
-rw-r--r-- | src/test/test.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test.cmd b/src/test/test.cmd index 0b29f240..1c2c154b 100644 --- a/src/test/test.cmd +++ b/src/test/test.cmd | |||
@@ -14,7 +14,7 @@ | |||
14 | @call msi\test_msi.cmd %_C% %_T% || exit /b | 14 | @call msi\test_msi.cmd %_C% %_T% || exit /b |
15 | @call burn\test_burn.cmd %_C% %_T% || exit /b | 15 | @call burn\test_burn.cmd %_C% %_T% || exit /b |
16 | 16 | ||
17 | msbuild -t:Restore dtf\DtfE2ETests.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\dtfe2etests.binlog || exit /b | 17 | msbuild -Restore dtf\DtfE2ETests.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\dtfe2etests.binlog || exit /b |
18 | 18 | ||
19 | dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b | 19 | dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b |
20 | 20 | ||