##// END OF EJS Templates
hghave: add test for whether fsmonitor is enabled...
Siddharth Agarwal -
r32770:9cf74abd default
parent child Browse files
Show More
@@ -643,3 +643,7 b' def has_virtualenv():'
643 return True
643 return True
644 except ImportError:
644 except ImportError:
645 return False
645 return False
646
647 @check("fsmonitor", "running tests with fsmonitor")
648 def has_fsmonitor():
649 return 'HGFSMONITOR_TESTS' in os.environ
General Comments 0
You need to be logged in to leave comments. Login now