diff options
author | Jacob Mason <jacoblmason@gmail.com> | 2010-08-07 21:08:43 -0500 |
---|---|---|
committer | Jacob Mason <jacoblmason@gmail.com> | 2010-08-07 21:08:43 -0500 |
commit | 2dcb0f017827443c673c902a266c6ec0f62c52be (patch) | |
tree | c322df8c49db88cddc21f6adc047a524d4b57d11 /tests/test_websupport.py | |
parent | 6f3932660aed0db590e1a8a3f31293358e3aeb19 (diff) | |
download | sphinx-git-2dcb0f017827443c673c902a266c6ec0f62c52be.tar.gz |
updated tests to use builddir instead of outdir
Diffstat (limited to 'tests/test_websupport.py')
-rw-r--r-- | tests/test_websupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_websupport.py b/tests/test_websupport.py index 37f0a679e..27a14e369 100644 --- a/tests/test_websupport.py +++ b/tests/test_websupport.py @@ -27,7 +27,7 @@ except ImportError: wraps = lambda f: (lambda w: w) -default_settings = {'outdir': os.path.join(test_root, 'websupport'), +default_settings = {'builddir': os.path.join(test_root, 'websupport'), 'status': StringIO(), 'warning': StringIO()} |