update iptest exclusions with recent changes

MinRK 14 years ago
parent d7970d29a5
commit 88340d682c

@ -224,11 +224,16 @@ def make_exclude():
if not have['pexpect']:
exclusions.extend([ipjoin('scripts', 'irunner'),
ipjoin('lib', 'irunner'),
ipjoin('lib', 'tests', 'test_irunner')])
ipjoin('lib', 'tests', 'test_irunner'),
ipjoin('frontend', 'terminal', 'console'),
])
if not have['zmq']:
exclusions.append(ipjoin('zmq'))
exclusions.append(ipjoin('frontend', 'qt'))
exclusions.append(ipjoin('frontend', 'html'))
exclusions.append(ipjoin('frontend', 'consoleapp.py'))
exclusions.append(ipjoin('frontend', 'terminal', 'console'))
exclusions.append(ipjoin('parallel'))
elif not have['qt']:
exclusions.append(ipjoin('frontend', 'qt'))

Loading…
Cancel
Save