Skip to content

Commit 5aef196

Browse files
updated
1 parent 57bce8f commit 5aef196

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/test/releasetest/releasetest.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,19 +157,19 @@ if "%TREEFROG%" == "" (
157157
)
158158

159159
echo "%TREEFROG%" -v
160-
"%TREEFROG%" -v
160+
"%TREEFROG%" -v 2>&1
161161
echo "%TREEFROG%" -l
162-
"%TREEFROG%" -l
162+
"%TREEFROG%" -l 2>&1
163163
echo "%TREEFROG%" --show-routes
164-
"%TREEFROG%" --show-routes
164+
"%TREEFROG%" --show-routes 2>&1
165165
if ERRORLEVEL 1 (
166166
echo App Error!
167167
exit /B 1
168168
)
169169
echo;
170170

171171
echo "%TREEFROG%" --settings
172-
"%TREEFROG%" --settings
172+
"%TREEFROG%" --settings 2>&1
173173
if ERRORLEVEL 1 (
174174
echo App Error!
175175
type log\treefrog.log

0 commit comments

Comments
 (0)