tests: suppress output on switcheroo tests
authorSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 14 Nov 2013 23:03:42 +0000 (15:03 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 14 Nov 2013 23:03:42 +0000 (15:03 -0800)
commita2c21d47a8cd6a1a633491fb58b9d3b1c45c965d
tree733ee7207bef8cd7277ebd04a275b7a3e5253224
parent99d6c3b7e004477dae9b3f7c59c24056362affd8
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
parameter can be set to enable the output.  Wiring that
up to a command-line flag (perhaps even the rudimantary
-v/-q options in m5/main.py) is left for future work.
src/python/m5/simulate.py
tests/configs/switcheroo.py