fixing the argparser return vals Signed-off-by: Prasanna Santhanam <t...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/494ba133 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/494ba133 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/494ba133 Branch: refs/heads/marvin-refactor Commit: 494ba133830ab901a7f282b0c9a39d22928b7966 Parents: e46fe34 Author: Prasanna Santhanam <t...@apache.org> Authored: Tue Mar 19 18:09:49 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Tue Mar 19 18:09:49 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/deployAndRun.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/494ba133/tools/marvin/marvin/deployAndRun.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployAndRun.py b/tools/marvin/marvin/deployAndRun.py index 54161eb..c83065a 100644 --- a/tools/marvin/marvin/deployAndRun.py +++ b/tools/marvin/marvin/deployAndRun.py @@ -31,7 +31,7 @@ if __name__ == "__main__": parser.add_argument("-l", "--load", dest="load", action="store_true", help="only load config, do not deploy, it will only run testcase") - (options, args) = parser.parse_args() + options = parser.parse_args() testResultLogFile = None if options.result is not None: