aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/test_burn.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/test_burn.cmd b/src/test/burn/test_burn.cmd
index 5014fb73..7caf1cc8 100644
--- a/src/test/burn/test_burn.cmd
+++ b/src/test/burn/test_burn.cmd
@@ -10,8 +10,8 @@
10 10
11@echo Burn integration tests %_C% 11@echo Burn integration tests %_C%
12 12
13msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror || exit /b 13msbuild -t:Build -Restore -p:Configuration=%_C% -warnaserror -bl:..\..\..\build\logs\test_burn_build.binlog || exit /b
14msbuild -t:Build -Restore -p:Configuration=%_C% TestData\TestData.proj || exit /b 14msbuild -t:Build -Restore -p:Configuration=%_C% TestData\TestData.proj -bl:..\..\..\build\logs\test_burn_data_build.binlog || exit /b
15 15
16@if not "%RuntimeTestsEnabled%"=="true" goto :LExit 16@if not "%RuntimeTestsEnabled%"=="true" goto :LExit
17 17