diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:27:54 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:27:54 +0000 |
| commit | 62ea3272e4e7a6d0acf338820068b816418b826e (patch) | |
| tree | 875810292a7b25872899158c7af32db6407df92b /qpid/python/qpid-python-test | |
| parent | 3df1424a43244ee1c347ff9163650753601c6893 (diff) | |
| download | qpid-python-62ea3272e4e7a6d0acf338820068b816418b826e.tar.gz | |
moved tests/*.py underneath qpid/tests/*.py
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qpid-python-test')
| -rwxr-xr-x | qpid/python/qpid-python-test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/qpid-python-test b/qpid/python/qpid-python-test index 5aedcb68ea..f7955a4a9d 100755 --- a/qpid/python/qpid-python-test +++ b/qpid/python/qpid-python-test @@ -107,7 +107,7 @@ if not includes: if opts.modules: includes.append("*") else: - includes.extend(["qpid.tests.*", "tests.*"]) + includes.extend(["qpid.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"]) + modules.extend(["qpid.tests"]) h = Harness() for name in modules: m = __import__(name, None, None, ["dummy"]) |
