aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/test_burn.cmd4
-rw-r--r--src/test/msi/test_msi.cmd4
-rw-r--r--src/test/test.cmd4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/test/burn/test_burn.cmd b/src/test/burn/test_burn.cmd
index a956c838..ef1d93af 100644
--- a/src/test/burn/test_burn.cmd
+++ b/src/test/burn/test_burn.cmd
@@ -1,4 +1,4 @@
1@setlocal 1
2@pushd %~dp0 2@pushd %~dp0
3 3
4@set _RESULT=0 4@set _RESULT=0
@@ -25,4 +25,4 @@ dotnet test -c %_C% WixToolsetTest.BurnE2E --nologo --no-build -l "trx;LogFileNa
25 25
26:LExit 26:LExit
27@popd 27@popd
28@endlocal 28
diff --git a/src/test/msi/test_msi.cmd b/src/test/msi/test_msi.cmd
index 2c734bd6..f61da7dd 100644
--- a/src/test/msi/test_msi.cmd
+++ b/src/test/msi/test_msi.cmd
@@ -1,4 +1,4 @@
1@setlocal 1
2@pushd %~dp0 2@pushd %~dp0
3 3
4@set _RESULT=0 4@set _RESULT=0
@@ -20,4 +20,4 @@ dotnet test -c %_C% WixToolsetTest.MsiE2E --nologo --no-build -l "trx;LogFileNam
20 20
21:LExit 21:LExit
22@popd 22@popd
23@endlocal 23
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 @@
17dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b 17dotnet test wix -c %_C% --nologo -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.WixE2ETests.trx" || exit /b
18 18
19@popd 19@popd
20@endlocal 20