mirror of https://github.com/apache/cloudstack.git
Adding automated.sh, removed failed attempt at setting CATALINA_HOME in ant build configuration
This commit is contained in:
parent
ce26703e5c
commit
113a2f2fe8
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
export CATALINA_HOME=/usr/share/cloud
|
||||
|
||||
ant clean-all
|
||||
|
||||
ant automated-test-run
|
||||
|
||||
exit $?
|
||||
Loading…
Reference in New Issue