mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
10 lines
98 B
Bash
10 lines
98 B
Bash
#!/bin/sh
|
|
|
|
export CATALINA_HOME=/usr/share/tomcat
|
|
|
|
ant clean-all
|
|
|
|
ant automated-test-run
|
|
|
|
exit $?
|