Mercurial > p > roundup > code
comparison run_tests.py @ 4081:2751074199b5
Remove check_manifest test.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Fri, 27 Feb 2009 16:09:36 +0000 |
| parents | 25a6f93a17e1 |
| children | 4960a2c21590 |
comparison
equal
deleted
inserted
replaced
| 4080:b2d6657cd2a6 | 4081:2751074199b5 |
|---|---|
| 622 # Get the log.ini file from the current directory instead of possibly | 622 # Get the log.ini file from the current directory instead of possibly |
| 623 # buried in the build directory. XXX This isn't perfect because if | 623 # buried in the build directory. XXX This isn't perfect because if |
| 624 # log.ini specifies a log file, it'll be relative to the build directory. | 624 # log.ini specifies a log file, it'll be relative to the build directory. |
| 625 # Hmm... | 625 # Hmm... |
| 626 logini = os.path.abspath("log.ini") | 626 logini = os.path.abspath("log.ini") |
| 627 | |
| 628 from roundup.dist.command.build import check_manifest | |
| 629 check_manifest() | |
| 630 | 627 |
| 631 # Initialize the path and cwd | 628 # Initialize the path and cwd |
| 632 global pathinit | 629 global pathinit |
| 633 pathinit = PathInit(build, build_inplace, libdir) | 630 pathinit = PathInit(build, build_inplace, libdir) |
| 634 | 631 |
