##// END OF EJS Templates
tests: configure fsmonitor.mode=paranoid always if fsmonitor is used...
FUJIWARA Katsunori -
r40244:b7ba1cfb default
parent child Browse files
Show More
@@ -123,6 +123,12 def run():
123 123 runtestsargv.extend([
124 124 '--extra-config',
125 125 'extensions.fsmonitor=',
126 # specify fsmonitor.mode=paranoid always in order to force
127 # fsmonitor extension execute "paranoid" code path
128 #
129 # TODO: make fsmonitor-run-tests.py accept specific options
130 '--extra-config',
131 'fsmonitor.mode=paranoid',
126 132 '--blacklist',
127 133 blacklist,
128 134 ])
General Comments 0
You need to be logged in to leave comments. Login now