From 92f5905cc65a8eb94aa05a8f95ef1f173c796612 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 14 Feb 2008 18:30:58 +0000 Subject: ignore error output --- test/scalatest.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scalatest.bat') diff --git a/test/scalatest.bat b/test/scalatest.bat index dace582e67..d66a7c5f7d 100644 --- a/test/scalatest.bat +++ b/test/scalatest.bat @@ -252,7 +252,7 @@ rem Tests the JVM backend. if "%_KIND%"=="neg" call :test_neg %1 & goto status goto :eof :status - if exist %_LOGFILE% %_DIFF% %_LOGFILE% %_CHKFILE% + if exist %_LOGFILE% %_DIFF% %_LOGFILE% %_CHKFILE% 2>NUL call :prt_status %_KIND% %~nx1 del /s/q %_LOGFILE% 2>NUL 1>NUL goto :eof -- cgit v1.2.3