##// END OF EJS Templates
update iptest exclusions with recent changes
MinRK -
Show More
@@ -224,11 +224,16 b' def make_exclude():'
224 if not have['pexpect']:
224 if not have['pexpect']:
225 exclusions.extend([ipjoin('scripts', 'irunner'),
225 exclusions.extend([ipjoin('scripts', 'irunner'),
226 ipjoin('lib', 'irunner'),
226 ipjoin('lib', 'irunner'),
227 ipjoin('lib', 'tests', 'test_irunner')])
227 ipjoin('lib', 'tests', 'test_irunner'),
228 ipjoin('frontend', 'terminal', 'console'),
229 ])
228
230
229 if not have['zmq']:
231 if not have['zmq']:
230 exclusions.append(ipjoin('zmq'))
232 exclusions.append(ipjoin('zmq'))
231 exclusions.append(ipjoin('frontend', 'qt'))
233 exclusions.append(ipjoin('frontend', 'qt'))
234 exclusions.append(ipjoin('frontend', 'html'))
235 exclusions.append(ipjoin('frontend', 'consoleapp.py'))
236 exclusions.append(ipjoin('frontend', 'terminal', 'console'))
232 exclusions.append(ipjoin('parallel'))
237 exclusions.append(ipjoin('parallel'))
233 elif not have['qt']:
238 elif not have['qt']:
234 exclusions.append(ipjoin('frontend', 'qt'))
239 exclusions.append(ipjoin('frontend', 'qt'))
General Comments 0
You need to be logged in to leave comments. Login now