diff options
Diffstat (limited to 'cpp/src/tests/python_tests')
-rwxr-xr-x | cpp/src/tests/python_tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index 4360992a2e..b7e389dbb2 100755 --- a/cpp/src/tests/python_tests +++ b/cpp/src/tests/python_tests @@ -3,7 +3,6 @@ QPID_PORT=${QPID_PORT:-5672} PYTHON_TESTS=${PYTHON_TESTS:-$*} - run() { SPEC=$1 FAILING=$2 @@ -17,4 +16,3 @@ if test -d ../../../python ; then else echo Warning: python tests not found. fi - |