2012-02-07 09:30:03 -08:00

10 lines
98 B
Bash

#!/bin/sh
export CATALINA_HOME=/usr/share/tomcat
ant clean-all
ant automated-test-run
exit $?