tests: Remove unused options from tests.py
authorAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 21 Apr 2017 09:41:49 +0000 (10:41 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Fri, 21 Apr 2017 14:28:41 +0000 (14:28 +0000)
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 <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2840
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
tests/tests.py

index bb64866793df070499aef67112cb485004730131..2ae4a787972f221711989f326f4e7cf48cb5e47d 100755 (executable)
@@ -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")