From 50ef914db02d8e5adfc5c74a5d5b7d6a30812db5 Mon Sep 17 00:00:00 2001 From: wing328 Date: Mon, 20 Jun 2016 12:24:53 +0800 Subject: [PATCH] update test script for python --- samples/client/petstore/python/test_python2.sh | 6 +++--- samples/client/petstore/python/test_python2_and_3.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/client/petstore/python/test_python2.sh b/samples/client/petstore/python/test_python2.sh index c6889895950..680d2ce61e0 100755 --- a/samples/client/petstore/python/test_python2.sh +++ b/samples/client/petstore/python/test_python2.sh @@ -21,7 +21,7 @@ python setup.py develop nosetests ### deactivate virtualenv -if [ $DEACTIVE == true ]; then - deactivate -fi +#if [ $DEACTIVE == true ]; then +# deactivate +#fi diff --git a/samples/client/petstore/python/test_python2_and_3.sh b/samples/client/petstore/python/test_python2_and_3.sh index 03c16abd4ae..2e4b4630a33 100755 --- a/samples/client/petstore/python/test_python2_and_3.sh +++ b/samples/client/petstore/python/test_python2_and_3.sh @@ -21,6 +21,6 @@ python setup.py develop tox ### deactivate virtualenv -if [ $DEACTIVE == true ]; then - deactivate -fi +#if [ $DEACTIVE == true ]; then +# deactivate +#fi