summaryrefslogtreecommitdiff
path: root/test/partest.bat
diff options
context:
space:
mode:
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"
)
)
)