Mercurial > hg > mercurial-crew
comparison tests/run-tests.py @ 13347:ce07defe7d9f
run-tests: loadable as module
author | Simon Heimberg <simohe@besonet.ch> |
---|---|
date | Tue, 01 Feb 2011 20:47:05 +0100 |
parents | 3da456d0c885 |
children | 31fdb04cb5e8 |
comparison
equal
deleted
inserted
replaced
13346:91fe769ac84e | 13347:ce07defe7d9f |
---|---|
1107 runtests(options, tests) | 1107 runtests(options, tests) |
1108 finally: | 1108 finally: |
1109 time.sleep(1) | 1109 time.sleep(1) |
1110 cleanup(options) | 1110 cleanup(options) |
1111 | 1111 |
1112 main() | 1112 if __name__ == '__main__': |
1113 main() |