summaryrefslogtreecommitdiff
path: root/test/partest.bat
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-29 11:44:56 +0000
committermichelou <michelou@epfl.ch>2008-02-29 11:44:56 +0000
commit50d638aa63b1c7ec8c1b9fad4cd62880f87cd781 (patch)
tree3267f9390953057930109e7581038a2fb2f13907 /test/partest.bat
parentc596fbe6f56e0c2878a9a9d3eca54ec58b1c732d (diff)
downloadscala-50d638aa63b1c7ec8c1b9fad4cd62880f87cd781.tar.gz
scala-50d638aa63b1c7ec8c1b9fad4cd62880f87cd781.tar.bz2
scala-50d638aa63b1c7ec8c1b9fad4cd62880f87cd781.zip
removed traces
Diffstat (limited to 'test/partest.bat')
-rwxr-xr-xtest/partest.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/partest.bat b/test/partest.bat
index bdaa73e52b..a618b67209 100755
--- a/test/partest.bat
+++ b/test/partest.bat
@@ -41,13 +41,11 @@ if "%_SCALAC_OPTS%"=="" set _SCALAC_OPTS=-deprecation
set _EXTENSION_CLASSPATH=
if "%_EXTENSION_CLASSPATH%"=="" (
if exist "%_SCALA_HOME%\lib\scala-partest.jar" (
- echo toto
for %%f in ("%_SCALA_HOME%\lib\*") do call :add_cpath "%%f"
if "%OS%"=="Windows_NT" (
for /d %%f in ("%_SCALA_HOME%\lib\*") do call :add_cpath "%%f"
)
) else if exist "%_SCALA_HOME%\build\quick\lib\partest" (
- echo caca
for %%f in ("%_SCALA_HOME%\build\quick\lib\*") do call :add_cpath "%%f"
if "%OS%"=="Windows_NT" (
for /d %%f in ("%_SCALA_HOME%\build\quick\lib\*") do call :add_cpath "%%f"