diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-10 02:23:29 +0000 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-10 02:23:29 +0000 |
commit | 00bfc0caaf56e879bced5c7dbcd2f513fd0ea9a8 (patch) | |
tree | 2c66f3209a49951eb6c5ed9cba699b622ba2ce9d /build.xml | |
parent | 45bd387c1e3ddf431a5c7123b5bc4279125b4751 (diff) |
simplified tests to avoid permanent fixtures per discussion on mailing list
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,7 +8,6 @@ <property name="src" location="src"/> <property name="build" location="classes"/> - <property name="test.temp.dir" location="test/tmp"/> <available property="hasclojure" file="${clojure.jar}"/> @@ -49,7 +48,6 @@ <target name="test_contrib" description = "Run contrib tests" if="hasclojure"> - <mkdir dir="${test.temp.dir}"/> <java classname="clojure.main"> <classpath> <path location="${build}"/> |