mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
10 lines
97 B
Bash
10 lines
97 B
Bash
#!/bin/sh
|
|
|
|
export CATALINA_HOME=/usr/share/cloud
|
|
|
|
ant clean-all
|
|
|
|
ant automated-test-run
|
|
|
|
exit $?
|