Mercurial > p > roundup > code
diff run_tests.py @ 2213:3c38d9be63a6
check MANIFEST against the files actually unpacked
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 16 Apr 2004 10:43:51 +0000 |
| parents | b1704ba7be41 |
| children | 0f0e0c9c6b69 |
line wrap: on
line diff
--- a/run_tests.py Tue Apr 13 05:28:00 2004 +0000 +++ b/run_tests.py Fri Apr 16 10:43:51 2004 +0000 @@ -622,6 +622,9 @@ # Hmm... logini = os.path.abspath("log.ini") + from setup import check_manifest + check_manifest() + # Initialize the path and cwd global pathinit pathinit = PathInit(build, build_inplace, libdir)
