From e50363a432201734aa8ee03ee62ad553e6b68bfe Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 2 Apr 2007 22:07:02 +0000 Subject: Run selected python tests with make check TESTS=python_tests PYTHON_TESTS= git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@524943 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/python_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/python_tests b/cpp/src/tests/python_tests index 585c1da913..dbf56a512a 100755 --- a/cpp/src/tests/python_tests +++ b/cpp/src/tests/python_tests @@ -1,7 +1,7 @@ #!/bin/sh # Run the python tests. if test -d ../../../python ; then - cd ../../../python && ./run-tests -v -s "0-9" -I cpp_failing_0-9.txt + cd ../../../python && ./run-tests -v -s "0-9" -I cpp_failing_0-9.txt $PYTHON_TESTS else echo Warning: python tests not found. fi -- cgit v1.2.1