Commit e41abab3 authored by Andrew MacIntyre's avatar Andrew MacIntyre

Fred's recent changes to support "-u all" resulted in subset resource

selections (eg "-u network") being ignored.
parent 63c9d50a
......@@ -133,7 +133,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=0, generate=0,
if r not in RESOURCE_NAMES:
usage(1, 'Invalid -u/--use option: ' + a)
if r not in use_resources:
use_resources.extend(r)
use_resources.append(r)
if generate and verbose:
usage(2, "-g and -v don't go together!")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment