summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-01-20 16:18:24 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-01-20 16:18:24 +0000
commite0a29566c2f826327a531a04ced53220113af58d (patch)
treec7fad3f06f0d08f1b071fb98ec875870a343efa3 /build.xml
parentf1314e373a819bf4dde386d4ea2ab00b5f616d6d (diff)
downloadscala-e0a29566c2f826327a531a04ced53220113af58d.tar.gz
scala-e0a29566c2f826327a531a04ced53220113af58d.tar.bz2
scala-e0a29566c2f826327a531a04ced53220113af58d.zip
Mmmh, SABBUS wasn't working after all.
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 195fe7a8c7..b4ca6872b9 100644
--- a/build.xml
+++ b/build.xml
@@ -464,7 +464,7 @@ BUILD QUICK-TEST LAYER
perm="ugo+rx"/>
</target>
- <target name="test.quick" depends="build.quick">
+ <target name="test.quick" depends="build">
<echo>Ant test bench is not available yet</echo>
</target>