Show More
@@ -3990,6 +3990,15 b' def aggregateexceptions(path):' | |||||
3990 |
|
3990 | |||
3991 |
|
3991 | |||
3992 | if __name__ == '__main__': |
|
3992 | if __name__ == '__main__': | |
|
3993 | if WINDOWS and not os.getenv('MSYSTEM'): | |||
|
3994 | print('cannot run test on Windows without MSYSTEM', file=sys.stderr) | |||
|
3995 | print( | |||
|
3996 | '(if you need to do so contact the mercurial devs: ' | |||
|
3997 | 'mercurial@mercurial-scm.org)', | |||
|
3998 | file=sys.stderr, | |||
|
3999 | ) | |||
|
4000 | sys.exit(255) | |||
|
4001 | ||||
3993 | runner = TestRunner() |
|
4002 | runner = TestRunner() | |
3994 |
|
4003 | |||
3995 | try: |
|
4004 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now