Andreas Sandberg has submitted this change and it was merged. (
https://gem5-review.googlesource.com/2840 )
Change subject: tests: Remove unused options from tests.py
......................................................................
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 <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/2840
Reviewed-by: Jason Lowe-Power <[email protected]>
---
M tests/tests.py
1 file changed, 0 insertions(+), 2 deletions(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved
Andreas Sandberg: Looks good to me, approved
diff --git a/tests/tests.py b/tests/tests.py
index bb64866..2ae4a78 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -280,8 +280,6 @@
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")
--
To view, visit https://gem5-review.googlesource.com/2840
To unsubscribe, visit https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d4731aa32a25a2286aa66548eaa0154a9392f79
Gerrit-Change-Number: 2840
Gerrit-PatchSet: 2
Gerrit-Owner: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev