changeset 47638 | 55a715c36e3b |
parent 47619 | f0fbe8f4faa6 |
child 47639 | e1130abae834 |
47637:d0c0d7b98014 | 47638:55a715c36e3b |
---|---|
3988 'bytest': failuresbytest, |
3988 'bytest': failuresbytest, |
3989 } |
3989 } |
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: |
3996 import msvcrt |
4005 import msvcrt |
3997 |
4006 |