diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:08:44 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:08:44 +0000 |
commit | 9221f274a6a9b05802f4bd5403425d02ffc84133 (patch) | |
tree | d8ba40265471e7586fdb615e6dd7461b06ef5a67 /python/qpid-python-test | |
parent | 27bed5a97092424b5bbd4559843223d85e31333b (diff) | |
download | qpid-python-9221f274a6a9b05802f4bd5403425d02ffc84133.tar.gz |
moved protocol tests from qpid/python to qpid/tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid-python-test')
-rwxr-xr-x | python/qpid-python-test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/qpid-python-test b/python/qpid-python-test index b569020368..5aedcb68ea 100755 --- a/python/qpid-python-test +++ b/python/qpid-python-test @@ -107,7 +107,7 @@ if not includes: if opts.modules: includes.append("*") else: - includes.extend(["qpid.tests.*", "tests.*", "tests_0-10.*"]) + includes.extend(["qpid.tests.*", "tests.*"]) def is_ignored(path): for p in excludes: @@ -512,7 +512,7 @@ class Harness: modules = opts.modules if not modules: - modules.extend(["qpid.tests", "tests", "tests_0-8", "tests_0-9", "tests_0-10"]) + modules.extend(["qpid.tests", "tests"]) h = Harness() for name in modules: m = __import__(name, None, None, ["dummy"]) |