summaryrefslogtreecommitdiff
path: root/test/scalatest.bat
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-14 18:30:58 +0000
committermichelou <michelou@epfl.ch>2008-02-14 18:30:58 +0000
commit92f5905cc65a8eb94aa05a8f95ef1f173c796612 (patch)
tree809ec255fba863699866a6e9c64aba96eadf6392 /test/scalatest.bat
parentb206d8933c1bd8754d92697d68d3f11090c1c8d6 (diff)
downloadscala-92f5905cc65a8eb94aa05a8f95ef1f173c796612.tar.gz
scala-92f5905cc65a8eb94aa05a8f95ef1f173c796612.tar.bz2
scala-92f5905cc65a8eb94aa05a8f95ef1f173c796612.zip
ignore error output
Diffstat (limited to 'test/scalatest.bat')
-rw-r--r--test/scalatest.bat2
1 files changed, 1 insertions, 1 deletions
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