]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
run.py: Fix argument parsing for --name
authorSam Lang <sam.lang@inktank.com>
Fri, 1 Feb 2013 13:46:04 +0000 (07:46 -0600)
committerSam Lang <sam.lang@inktank.com>
Fri, 1 Feb 2013 13:46:04 +0000 (07:46 -0600)
commit933cc3c382e1acc7ba6b90e19eca37a3f027e2f5
tree9ee8f38b889780543173d84e1a3a283726a85e61
parentfadc22c0b9e1755b1d1826fcfe8be71e28574bc9
run.py: Fix argument parsing for --name

With the addition of the --name argument to the
teuthology program (run.py), jobs were failing
because --name was being treated as a non-arg
option, even though the name was being supplied
by the workers.  Fix that and give it a metavar.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/run.py