summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-08-27 20:04:58 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-08-27 20:04:58 +0200
commit4254b47acbe703dfcab655a55b3cd2f6102ece05 (patch)
treeb1d976aae971b51e4f8231bf1b75bd62c4b6bb29 /build.xml
parenta3fad0d1d42b4af4b506ce167209bdeea5cd9d5c (diff)
downloadscala-4254b47acbe703dfcab655a55b3cd2f6102ece05.tar.gz
scala-4254b47acbe703dfcab655a55b3cd2f6102ece05.tar.bz2
scala-4254b47acbe703dfcab655a55b3cd2f6102ece05.zip
Echo the location of JUnit test failure reports in `ant test.junit`.
For other dummies like me hammering out "My First Scalac JUnit Test."
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f428734ee0..3ab426b809 100755
--- a/build.xml
+++ b/build.xml
@@ -1560,6 +1560,7 @@ TODO:
<target name="test.junit" depends="test.junit.comp">
<stopwatch name="test.junit.timer"/>
<mkdir dir="${test.junit.classes}"/>
+ <echo message="Note: details of failed tests will be output to ${build-junit.dir}"/>
<junit fork="yes" haltonfailure="yes" printsummary="on">
<classpath refid="test.junit.compiler.build.path"/>
<batchtest fork="yes" todir="${build-junit.dir}">