summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/server-test
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-07-16 06:47:37 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-07-16 06:47:37 +0000
commitf82576588fc9672a011655e709179eb43e5ab5b4 (patch)
tree159705233ce5c77c3975764d3211439171029147 /sca-cpp/trunk/hosting/server/server-test
parent9bcbce787a3e7ecbc257a773be29edb1ae34f37f (diff)
Improve caching support and some of the navigations in the hosting environment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/hosting/server/server-test')
-rwxr-xr-xsca-cpp/trunk/hosting/server/server-test13
1 files changed, 8 insertions, 5 deletions
diff --git a/sca-cpp/trunk/hosting/server/server-test b/sca-cpp/trunk/hosting/server/server-test
index d4767e858f..4d4d06f338 100755
--- a/sca-cpp/trunk/hosting/server/server-test
+++ b/sca-cpp/trunk/hosting/server/server-test
@@ -17,12 +17,15 @@
# specific language governing permissions and limitations
# under the License.
-# Run Python test cases
-here=`echo "import os; print os.path.realpath('$0')" | python`; here=`dirname $here`
-python_prefix=`cat $here/../../modules/python/python.prefix`
-export LD_LIBRARY_PATH=$python_prefix/lib:$LD_LIBRARY_PATH
+# Setup
+./ssl-proxy-start
+sleep 2
-$python_prefix/bin/python test.py 2>/dev/null
+# Test
+./client-test 2>/dev/null
rc=$?
+# Cleanup
+./stop
+sleep 2
exit $rc