summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-08 14:42:45 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-10-08 14:42:45 +0000
commit4af97e33e7f60e61df1483af3605050a3af5dfb6 (patch)
treeb760c9211fcbce08c043f4e5677d57379699db65 /build.xml
parent41d7f547c03f2226748a3f9683a4e50084933776 (diff)
downloadscala-4af97e33e7f60e61df1483af3605050a3af5dfb6.tar.gz
scala-4af97e33e7f60e61df1483af3605050a3af5dfb6.tar.bz2
scala-4af97e33e7f60e61df1483af3605050a3af5dfb6.zip
Added more complete output if tests fail.
Log file is printed now right away if: - test fails due to an exception thrown in the a test - test fails due to a ScalaCheck test fail - test fails due to compiler errors in ScalaCheck tests Review by extempore.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6acb77f26f..9247f6840a 100644
--- a/build.xml
+++ b/build.xml
@@ -1596,7 +1596,9 @@ BOOTRAPING TEST AND TEST SUITE
<compilationpath>
<path refid="pack.classpath"/>
</compilationpath>
- <scalachecktests dir="test/scaladoc" includes="**/*.scala"/>
+ <scalachecktests dir="test/scaladoc">
+ <include name="*.scala"/>
+ </scalachecktests>
</partest>
</target>