From 1c972b052659a6926dd23e5735f17f23b5f7084a Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Fri, 21 Apr 2017 10:41:49 +0100 Subject: 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 --- tests/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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") -- cgit v1.2.3