##// END OF EJS Templates
tests: also skip remotefilelog *.py tests on Windows...
Matt Harbison -
r41304:878084a4 default
parent child Browse files
Show More
@@ -373,4 +373,6 b' class datapacktests(datapacktestsbase, u'
373 373 # - GC two packs into one
374 374
375 375 if __name__ == '__main__':
376 if pycompat.iswindows:
377 sys.exit(80) # Skip on Windows
376 378 silenttestrunner.main(__name__)
@@ -273,4 +273,6 b' class histpacktests(unittest.TestCase):'
273 273 # - repack two packs into one
274 274
275 275 if __name__ == '__main__':
276 if pycompat.iswindows:
277 sys.exit(80) # Skip on Windows
276 278 silenttestrunner.main(__name__)
General Comments 0
You need to be logged in to leave comments. Login now