From 4e0f558c13807745ed59eabffe2c834322b26a1d Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Thu, 13 May 2010 05:28:54 +0000 Subject: Add simple implementation of Scheme-like lazy streams. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943806 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/wsgi/util-test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/wsgi/util-test') diff --git a/sca-cpp/trunk/modules/wsgi/util-test b/sca-cpp/trunk/modules/wsgi/util-test index a1c54e80f1..cb4e2f6c8a 100755 --- a/sca-cpp/trunk/modules/wsgi/util-test +++ b/sca-cpp/trunk/modules/wsgi/util-test @@ -21,8 +21,12 @@ here=`readlink -f $0`; here=`dirname $here` python_prefix=`cat $here/../python/python.prefix` -$python_prefix/bin/python xml-test.py +$python_prefix/bin/python stream-test.py rc=$? +if [ "$rc" = "0" ]; then + $python_prefix/bin/python xml-test.py + rc=$? +fi if [ "$rc" = "0" ]; then $python_prefix/bin/python atom-test.py rc=$? -- cgit v1.2.3