Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 9cb07b4

Browse files
committed
Merge pull request #28 from xuwei-k/fix-url
fix url
2 parents f0845fc + a05e013 commit 9cb07b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ As partest links directly against the compiler being tested, it's cross-versione
1919
the compiler version that it's intended for.
2020

2121
There are three ways of invoking partest:
22-
- ant (see https://github.com/scala/scala/blob/master/test/build-partest.xml and https://github.com/scala/scala-partest/blob/master/src/main/scala/scala/tools/partest/PartestTask.scala)
22+
- ant (see https://github.com/scala/scala/blob/2.11.x/test/build-partest.xml and https://github.com/scala/scala-partest/blob/master/src/main/scala/scala/tools/partest/PartestTask.scala)
2323
- sbt (http://github.com/scala/scala-partest-interface)
24-
- the [test/partest script](https://github.com/scala/scala/blob/master/test/partest), which uses ant to set up the classpath in the same way as the ant task, but then launches [ConsoleRunner](https://github.com/scala/scala-partest/blob/master/src/main/scala/scala/tools/partest/nest/ConsoleRunner.scala) directly.
24+
- the [test/partest script](https://github.com/scala/scala/blob/2.11.x/test/partest), which uses ant to set up the classpath in the same way as the ant task, but then launches [ConsoleRunner](https://github.com/scala/scala-partest/blob/master/src/main/scala/scala/tools/partest/nest/ConsoleRunner.scala) directly.
2525

2626
The compiler to be tested must be on the classpath.
2727
The corresponding jar or class directory is detected by [FileManager::findArtifact](https://github.com/scala/scala-partest/blob/master/src/main/scala/scala/tools/partest/nest/FileManager.scala#L123).
2828

29-
The classpath to run partest is specific to the compiler/libraries under test (script not included here, but see [the main test/partest script](https://github.com/scala/scala/blob/master/test/partest)).
29+
The classpath to run partest is specific to the compiler/libraries under test (script not included here, but see [the main test/partest script](https://github.com/scala/scala/blob/2.11.x/test/partest)).
3030
It must provide the scala compiler to be tested and all its dependencies, and of course a compatible version of partest.
3131
For details on the available arguments, see the [ConsoleRunner argument spec](https://github.com/scala/scala-partest/blob/master/src/main/scala/scala/tools/partest/nest/ConsoleRunnerSpec.scala).
3232
Here are some non-obvious useful options:

0 commit comments

Comments
 (0)