summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-03-06 16:30:23 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-03-06 16:30:23 +0000
commit7e95eacafc08693a784ac5352aa183cb5d93b51f (patch)
tree51fb8b18561f2990f885b570b3273a0ec3b5363a /build.xml
parent2ef54cbddbb74254d996a9b35290e20d687e3546 (diff)
downloadscala-7e95eacafc08693a784ac5352aa183cb5d93b51f.tar.gz
scala-7e95eacafc08693a784ac5352aa183cb5d93b51f.tar.bz2
scala-7e95eacafc08693a784ac5352aa183cb5d93b51f.zip
Changed the build file so that stability test
failures cause the test suite to fail, rather than being silently ignored.
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 6e2f161c7f..9dd841fde8 100644
--- a/build.xml
+++ b/build.xml
@@ -1385,7 +1385,7 @@ BOOTRAPING TEST AND TEST SUITE
============================================================================ -->
<target name="test.stability" depends="strap.done">
- <same dir="${build-quick.dir}" todir="${build-strap.dir}" failondifferent="no">
+ <same dir="${build-quick.dir}" todir="${build-strap.dir}" failondifferent="yes">
<exclude name="**/*.properties"/>
<exclude name="bin/**"/>
<exclude name="*.complete"/>