Skip to content

Commit 13d82d5

Browse files
updated
1 parent e526a72 commit 13d82d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tools/test/releasetest/releasetest.bat

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ cd %APPDIR%
7373
echo n | tspawn s blog
7474
tspawn w foo
7575

76-
:: Test in debug mode
77-
call :CMakeBuild Debug
78-
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
79-
call :CheckWebApp treefrogd.exe
80-
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
81-
82-
call :QMakeBuild debug
83-
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
84-
call :CheckWebApp treefrogd.exe
85-
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
86-
nmake distclean >nul 2>nul
76+
@REM :: Test in debug mode
77+
@REM call :CMakeBuild Debug
78+
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
79+
@REM call :CheckWebApp treefrogd.exe
80+
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
81+
82+
@REM call :QMakeBuild debug
83+
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
84+
@REM call :CheckWebApp treefrogd.exe
85+
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
86+
@REM nmake distclean >nul 2>nul
8787

8888
:: Test in release mode
8989
call :CMakeBuild Release

0 commit comments

Comments
 (0)