| Index: client/bin/autotest
|
| diff --git a/client/bin/autotest b/client/bin/autotest
|
| index e843b7f9a3f28880456db7f2a88663297543cc50..28c6015f06cbb0ff029553a783e2d6f93f11fa88 100755
|
| --- a/client/bin/autotest
|
| +++ b/client/bin/autotest
|
| @@ -35,6 +35,9 @@ parser.add_option("-t", "--tag", dest="tag", type="string", default="default",
|
| parser.add_option("-H", "--harness", dest="harness", type="string", default='',
|
| help="set the harness type")
|
|
|
| +parser.add_option("-P", "--harness_args", dest="harness_args", type="string", default='',
|
| + help="arguments delivered to harness")
|
| +
|
| parser.add_option("-U", "--user", dest="user", type="string",
|
| default='', help="set the job username")
|
|
|
|
|