again disabling tests on cruise, because they don't work on a headless system (yet)

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@307 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
angryziber 2008-03-22 00:20:11 +00:00
parent a123e2a60a
commit 2ae499ad7c

View File

@ -66,7 +66,7 @@
</target>
<!-- this is run by cruise control continous integration -->
<target name="cruise" depends="all"/>
<target name="cruise" depends="clean,compile,compile-tests,package,clean_end"/>
<target name="info">
<echo message="This script will build ${name} ${version}"/>