summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 0f4f891a5e..080a53e693 100644
--- a/build.xml
+++ b/build.xml
@@ -1468,13 +1468,11 @@ BOOTRAPING TEST AND TEST SUITE
============================================================================ -->
<target name="test.stability" depends="strap.done">
-<!-- commented out for now.
- <same dir="${build-quick.dir}" todir="${build-strap.dir}" failondifferent="yes">
+ <same dir="${build-quick.dir}" todir="${build-strap.dir}" failondifferent="no">
<exclude name="**/*.properties"/>
<exclude name="bin/**"/>
<exclude name="*.complete"/>
</same>
--->
</target>
<target name="test.run" depends="pack.done">