summaryrefslogtreecommitdiff
path: root/test/partest.bat
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-05-07 16:31:46 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-05-07 16:31:46 +0000
commit525aef50a257c483f87f434d79df3fb7a5144a51 (patch)
treea219e6ad3fa68b9717075037e95ac9fb6d8e9a91 /test/partest.bat
parentb57e67b8a104028fc6f5a907ad2e95f97575350a (diff)
downloadscala-525aef50a257c483f87f434d79df3fb7a5144a51.tar.gz
scala-525aef50a257c483f87f434d79df3fb7a5144a51.tar.bz2
scala-525aef50a257c483f87f434d79df3fb7a5144a51.zip
- updated partest to work with SuperSabbus (pac...
- updated partest to work with SuperSabbus (pack direcotry) and installed distributions.\n-removed 'latestFjbgFile' where apropriate, because fjbg is now included in scala-compiler.jar.\n-updated runner scripts to work with an installed distribution.
Diffstat (limited to 'test/partest.bat')
-rwxr-xr-xtest/partest.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/partest.bat b/test/partest.bat
index a618b67209..8b01e03c7f 100755
--- a/test/partest.bat
+++ b/test/partest.bat
@@ -45,10 +45,10 @@ if "%_EXTENSION_CLASSPATH%"=="" (
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" (
- for %%f in ("%_SCALA_HOME%\build\quick\lib\*") do call :add_cpath "%%f"
+ ) else if exist "%_SCALA_HOME%\build\pack\lib\scala-partest.jar" (
+ for %%f in ("%_SCALA_HOME%\build\pack\lib\*") do call :add_cpath "%%f"
if "%OS%"=="Windows_NT" (
- for /d %%f in ("%_SCALA_HOME%\build\quick\lib\*") do call :add_cpath "%%f"
+ for /d %%f in ("%_SCALA_HOME%\build\pack\lib\*") do call :add_cpath "%%f"
)
)
)