summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-05-14 12:52:07 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-05-14 12:52:07 +0000
commit14dbc65b92e4e6ff37a0901ea1b4d0c14308632b (patch)
treefb33e4330791221b031bd2346619cacbfddbd939 /build.xml
parentcafc8d6e57868b7353eb8846aba663cdf2db3335 (diff)
downloadscala-14dbc65b92e4e6ff37a0901ea1b4d0c14308632b.tar.gz
scala-14dbc65b92e4e6ff37a0901ea1b4d0c14308632b.tar.bz2
scala-14dbc65b92e4e6ff37a0901ea1b4d0c14308632b.zip
Further stability test failures will be fatal a...
Further stability test failures will be fatal again. New (deterministic) starr included: any further "key not found" errors will be reproducible. Warnings will be printed when linking old classfiles.
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 0fb6860715..9eecd53373 100644
--- a/build.xml
+++ b/build.xml
@@ -1472,7 +1472,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"/>