Changed the build file so that stability test

failures cause the test suite to fail, rather
than being silently ignored.



git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@17253 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
cunei 2009-03-06 16:30:23 +00:00
parent c30500e87a
commit 1edb350dd4
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>