[pypy-svn] pypy default: Fix test: we don't keep anymore .rst files inside doc/config

berdario commits-noreply at bitbucket.org
Sun May 1 13:14:47 CEST 2011


Author: Dario Bertini <berdario at gmail.com>
Branch: 
Changeset: r43822:f26b65b41ef5
Date: 2011-05-01 13:13 +0200
http://bitbucket.org/pypy/pypy/changeset/f26b65b41ef5/

Log:	Fix test: we don't keep anymore .rst files inside doc/config

diff --git a/pypy/config/test/test_pypyoption.py b/pypy/config/test/test_pypyoption.py
--- a/pypy/config/test/test_pypyoption.py
+++ b/pypy/config/test/test_pypyoption.py
@@ -70,6 +70,6 @@
         prefix = descr._name
         c = Config(descr)
         for path in c.getpaths(include_groups=True):
-            fn = prefix + "." + path + ".rst"
+            fn = prefix + "." + path + ".txt"
             yield check_file_exists, fn
 


More information about the Pypy-commit mailing list