Review Board 2.0.15


tests: suppress output on switcheroo tests

Review Request #2058 - Created Oct. 16, 2013 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 9925:a0361278e9b6
---------------------------
tests: suppress output on switcheroo tests

The output from the switcheroo tests is voluminous and
(because it includes timestamps) highly sensitive to
minor changes, leading to extremely large updates to the
reference outputs.  This patch addresses this problem
by suppressing output from the tests.  An internal
variable can be set to enable the output.  Wiring that
up to a command-line parameter (perhaps even the
rudimantary -v/-q options in m5/main.py).