Author: cwittich Date: Sun Oct 18 22:47:50 2009 New Revision: 43578
URL: http://svn.reactos.org/svn/reactos?rev=43578&view=rev Log: redirect stderr to /NUL as well
Modified: trunk/tools/RosBE/RosBE-Windows/regtest/regtest.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/regtest/regtest.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/regtest/r... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/regtest/regtest.cmd [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/regtest/regtest.cmd [iso-8859-1] Sun Oct 18 22:47:50 2009 @@ -10,7 +10,7 @@ if %ERRORLEVEL% == 1 ( start /min bison parser.y -p parser_ -d -o parser.tab.c choice /C:AB /T 3 /D A > NUL - taskkill /f /im "bison.exe" > NUL + taskkill /f /im "bison.exe" > NUL 2> NUL if !ERRORLEVEL! == 0 ( echo [broken] ) else (