diff options
Diffstat (limited to 'src/test/msi')
-rw-r--r-- | src/test/msi/test_msi.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/msi/test_msi.cmd b/src/test/msi/test_msi.cmd index 2a6f5831..2c734bd6 100644 --- a/src/test/msi/test_msi.cmd +++ b/src/test/msi/test_msi.cmd | |||
@@ -11,8 +11,8 @@ | |||
11 | 11 | ||
12 | @echo Msi integration tests %_C% | 12 | @echo Msi integration tests %_C% |
13 | 13 | ||
14 | msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:%_L%\test_msi_build.binlog || exit /b | 14 | msbuild -t:Build -Restore -p:Configuration=%_C% -tl -nologo -warnaserror -bl:%_L%\test_msi_build.binlog || exit /b |
15 | msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -m -bl:%_L%\test_msi_data_build.binlog || exit /b | 15 | msbuild -t:Build -Restore TestData\TestData.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\test_msi_data_build.binlog || exit /b |
16 | 16 | ||
17 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit | 17 | @if not "%RuntimeTestsEnabled%"=="true" goto :LExit |
18 | 18 | ||