From 113a2f2fe89b37418d8aa6408116d742017c296a Mon Sep 17 00:00:00 2001 From: Sam Robertson Date: Tue, 7 Feb 2012 08:52:01 -0800 Subject: [PATCH] Adding automated.sh, removed failed attempt at setting CATALINA_HOME in ant build configuration --- build/build-tests.xml | 1 - tools/testClient/automated/automated.sh | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tools/testClient/automated/automated.sh diff --git a/build/build-tests.xml b/build/build-tests.xml index fdfc2d959da..544a496c69a 100755 --- a/build/build-tests.xml +++ b/build/build-tests.xml @@ -266,7 +266,6 @@ - diff --git a/tools/testClient/automated/automated.sh b/tools/testClient/automated/automated.sh new file mode 100644 index 00000000000..a348ff8c5d8 --- /dev/null +++ b/tools/testClient/automated/automated.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +export CATALINA_HOME=/usr/share/cloud + +ant clean-all + +ant automated-test-run + +exit $?