summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-27 09:06:00 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-27 09:06:00 -0700
commitc2da1c5059443006e8895118d254c83a31d70fed (patch)
tree090869e9adf776747b8b030d0accc3bc27b42a84 /build.xml
parentc5511ded4bad3c586949a2611a460cdcd0ee8c40 (diff)
downloadscala-c2da1c5059443006e8895118d254c83a31d70fed.tar.gz
scala-c2da1c5059443006e8895118d254c83a31d70fed.tar.bz2
scala-c2da1c5059443006e8895118d254c83a31d70fed.zip
Run test.scaladoc before test.suite. Fail fast.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b6ee4d1106..2ca6b6300b 100644
--- a/build.xml
+++ b/build.xml
@@ -1424,7 +1424,7 @@ targets exercised:
<!-- for use in PR validation, where stability is rarely broken, so we're going to use starr for locker,
and skip test.stability (which requires locker == quick) -->
- <target name="test.core" depends="test.osgi, test.sbt, test.bc, test.interactive, test.continuations.suite, test.suite, test.scaladoc"/>
+ <target name="test.core" depends="test.osgi, test.sbt, test.bc, test.interactive, test.continuations.suite, test.scaladoc, test.suite"/>
<target name="test.done" depends="test.core, test.stability"/>