Show More
@@ -123,6 +123,12 b' def run():' | |||||
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 | ]) |
General Comments 0
You need to be logged in to leave comments.
Login now