You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/04/03 00:07:02 UTC

svn commit: r524943 - /incubator/qpid/trunk/qpid/cpp/src/tests/python_tests

Author: aconway
Date: Mon Apr  2 15:07:02 2007
New Revision: 524943

URL: http://svn.apache.org/viewvc?view=rev&rev=524943
Log:
Run selected python tests with make check TESTS=python_tests  PYTHON_TESTS=<some test>

Modified:
    incubator/qpid/trunk/qpid/cpp/src/tests/python_tests

Modified: incubator/qpid/trunk/qpid/cpp/src/tests/python_tests
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/python_tests?view=diff&rev=524943&r1=524942&r2=524943
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/python_tests (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/python_tests Mon Apr  2 15:07:02 2007
@@ -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