From 2dcb0f017827443c673c902a266c6ec0f62c52be Mon Sep 17 00:00:00 2001 From: Jacob Mason Date: Sat, 7 Aug 2010 21:08:43 -0500 Subject: updated tests to use builddir instead of outdir --- tests/test_websupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_websupport.py') 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()} -- cgit v1.2.1