summaryrefslogtreecommitdiff
path: root/test/alltests.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-15 03:09:04 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-15 03:09:04 +0000
commit3541047c4fbdb4c83e8cff7f257f565e354ba201 (patch)
tree28bcfd7ed3577c52028cef15baae1746e74a2e49 /test/alltests.py
parente26a8c06ece75ee5442d9e12a600ef11909bb751 (diff)
downloaddocutils-3541047c4fbdb4c83e8cff7f257f565e354ba201.tar.gz
path fixes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4217 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/alltests.py')
-rwxr-xr-xtest/alltests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/alltests.py b/test/alltests.py
index 6ce21139d..b28541af1 100755
--- a/test/alltests.py
+++ b/test/alltests.py
@@ -71,7 +71,8 @@ def pformat(suite):
def suite():
path, script = os.path.split(sys.argv[0])
- suite = package_unittest.loadTestModules(path, 'test_', packages=1)
+ suite = package_unittest.loadTestModules(DocutilsTestSupport.testroot,
+ 'test_', packages=1)
sys.stdout.flush()
return suite