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)
commit1c972b052659a6926dd23e5735f17f23b5f7084a
tree0f5f9a58aa190d7f49124ea1bb0247ee0fd470f9
parent3cc6df46a3cd0aa97cd960f7f284d21c36a05181
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 <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2840
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
tests/tests.py