diff options
Diffstat (limited to 'src/test/test.cmd')
| -rw-r--r-- | src/test/test.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test.cmd b/src/test/test.cmd index 75ced392..d4d0a3cc 100644 --- a/src/test/test.cmd +++ b/src/test/test.cmd | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @setlocal | 1 | |
| 2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
| 3 | 3 | ||
| 4 | @set _C=Debug | 4 | @set _C=Debug |
| @@ -17,4 +17,4 @@ | |||
| 17 | dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b | 17 | dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b |
| 18 | 18 | ||
| 19 | @popd | 19 | @popd |
| 20 | @endlocal | 20 | |
