re-enable tests on commit time
This commit is contained in:
parent
4388e18c77
commit
b7c43f433b
|
@ -35,14 +35,14 @@ for o, a in opts:
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
# new test modules need to be added manually
|
# new test modules need to be added manually
|
||||||
#modules = ( 'test_xmpp_dispatcher_nb',
|
modules = ( 'test_xmpp_dispatcher_nb',
|
||||||
# 'test_xmpp_client_nb',
|
'test_xmpp_client_nb',
|
||||||
# 'test_xmpp_transports_nb',
|
'test_xmpp_transports_nb',
|
||||||
# 'test_resolver',
|
'test_resolver',
|
||||||
# 'test_sessions',
|
'test_sessions',
|
||||||
# 'test_caps',
|
'test_caps',
|
||||||
# )
|
)
|
||||||
modules = ()
|
#modules = ()
|
||||||
|
|
||||||
if use_x:
|
if use_x:
|
||||||
modules += ('test_misc_interface',
|
modules += ('test_misc_interface',
|
||||||
|
|
Loading…
Reference in New Issue