From: Andreas Sandberg Date: Fri, 21 Apr 2017 09:41:49 +0000 (+0100) Subject: tests: Remove unused options from tests.py X-Git-Tag: v19.0.0.0~2843 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c972b052659a6926dd23e5735f17f23b5f7084a;p=gem5.git tests: Remove unused options from tests.py The test sub-command in tests.py incorrectly accepts various formatting options in its usage string. These options aren't needed since the test command doesn't produce any output. Change-Id: I6d4731aa32a25a2286aa66548eaa0154a9392f79 Signed-off-by: Andreas Sandberg Reviewed-on: https://gem5-review.googlesource.com/2840 Reviewed-by: Jason Lowe-Power --- diff --git a/tests/tests.py b/tests/tests.py index bb6486679..2ae4a7879 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -280,8 +280,6 @@ def _test_args(subparsers): summary formatter, such a test would show up as 'CHANGED'. """) - _add_format_args(parser) - parser.add_argument("result", type=argparse.FileType("rb"), nargs="*", help="Pickled test results")