##// END OF EJS Templates
update iptest exclusions with recent changes
MinRK -
Show More
@@ -224,11 +224,16 b' def make_exclude():'
224 224 if not have['pexpect']:
225 225 exclusions.extend([ipjoin('scripts', 'irunner'),
226 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 231 if not have['zmq']:
230 232 exclusions.append(ipjoin('zmq'))
231 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 237 exclusions.append(ipjoin('parallel'))
233 238 elif not have['qt']:
234 239 exclusions.append(ipjoin('frontend', 'qt'))
General Comments 0
You need to be logged in to leave comments. Login now