summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-05-13 13:42:41 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-05-13 13:42:41 +0000
commit0df17b5003ef3d2546e2e87b926e287cd9723fff (patch)
tree712a134aae952420d68002cb9f64ff7f3e389510 /build.xml
parent1e3c53fc745b6a46b2b329cce615c701bd7cec30 (diff)
downloadscala-0df17b5003ef3d2546e2e87b926e287cd9723fff.tar.gz
scala-0df17b5003ef3d2546e2e87b926e287cd9723fff.tar.bz2
scala-0df17b5003ef3d2546e2e87b926e287cd9723fff.zip
Reinstated old, trusted starr from r17713.
Modified version number detection, so that until we have a new starr both 4 and 5 are acceptable (without warnings). Restored stability test so that it does complain if differences are found; however, a failed stability test is still non-fatal for the time being.
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">