Adding automated.sh, removed failed attempt at setting CATALINA_HOME in ant build configuration

This commit is contained in:
Sam Robertson 2012-02-07 08:52:01 -08:00
parent ce26703e5c
commit 113a2f2fe8
2 changed files with 9 additions and 1 deletions

View File

@ -266,7 +266,6 @@
</target>
<target name="automated-test-run" description="Run the automated tests in tools/testClient/testcases/automated.xml using the debug server">
<property name="env.CATALINA_HOME" value="/usr/share/cloud"/>
<antcall target="build-all"/>
<antcall target="deploy-server"/>
<antcall target="deploydb"/>

View File

@ -0,0 +1,9 @@
#!/bin/sh
export CATALINA_HOME=/usr/share/cloud
ant clean-all
ant automated-test-run
exit $?