##// END OF EJS Templates
tests: ignore inotify extension in test-duplicateoptions.py...
Mads Kiilerich -
r14762:6beb2674 stable
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 import os
1 import os
2 from mercurial import ui, commands, extensions
2 from mercurial import ui, commands, extensions
3
3
4 ignore = set(['highlight', 'win32text'])
4 ignore = set(['highlight', 'inotify', 'win32text'])
5
5
6 if os.name != 'nt':
6 if os.name != 'nt':
7 ignore.add('win32mbcs')
7 ignore.add('win32mbcs')
General Comments 0
You need to be logged in to leave comments. Login now