Skip to content

Commit 1c02faa

Browse files
committed
(build) test.bat not quiet, no results
Don't attempt to open results. Show normal output for tests so that errors can be seen on the console.
1 parent 4e15598 commit 1c02faa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test.bat

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ SET build.config.settings="%DIR%\.uppercut"
1919

2020
if %ERRORLEVEL% NEQ 0 goto errors
2121

22-
%NANT% /logger:"NAnt.Core.DefaultLogger" /quiet /nologo /f:"%BUILD_DIR%.build\analyzers\test.step" %1 -D:build.config.settings=%build.config.settings%
23-
%NANT% /logger:"NAnt.Core.DefaultLogger" /quiet /nologo /f:"%BUILD_DIR%.build\analyzers\test.step" open_results -D:build.config.settings=%build.config.settings%
22+
%NANT% /logger:"NAnt.Core.DefaultLogger" /nologo /f:"%BUILD_DIR%.build\analyzers\test.step" %1 -D:build.config.settings=%build.config.settings%
2423

2524
if %ERRORLEVEL% NEQ 0 goto errors
2625

@@ -36,4 +35,4 @@ goto finish
3635
:errors
3736
EXIT /B %ERRORLEVEL%
3837

39-
:finish
38+
:finish

0 commit comments

Comments
 (0)