Andreas Sandberg has uploaded this change for review. ( 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]>
---
M tests/tests.py
1 file changed, 0 insertions(+), 2 deletions(-)



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: newchange
Gerrit-Change-Id: I6d4731aa32a25a2286aa66548eaa0154a9392f79
Gerrit-Change-Number: 2840
Gerrit-PatchSet: 1
Gerrit-Owner: Andreas Sandberg <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to