On Sat, 2019-02-02 at 23:16 +0100, Johannes Berg wrote: > > @@ -252,6 +251,15 @@ def main(): > print('Invalid arguments - only one of (test, test modules, modules file) can be given.') > sys.exit(2) > > + if args.tests: > + fail = False > + for t in args.tests: > + if not t in test_names: > + print 'Invalid arguments - test "%s" not known' % t Oops, here we go - looks like I undid a python3 conversion here by not having parentheses, could you fix it while applying? johannes _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap