equal
deleted
inserted
replaced
121 |
121 |
122 runtestsargv.insert(0, runtests) |
122 runtestsargv.insert(0, runtests) |
123 runtestsargv.extend([ |
123 runtestsargv.extend([ |
124 '--extra-config', |
124 '--extra-config', |
125 'extensions.fsmonitor=', |
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 '--blacklist', |
132 '--blacklist', |
127 blacklist, |
133 blacklist, |
128 ]) |
134 ]) |
129 |
135 |
130 return subprocess.call(runtestsargv) |
136 return subprocess.call(runtestsargv) |