diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-02-27 11:25:00 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-02-27 11:25:00 +0000 |
commit | bec4409adda806437cdabd6c7c66975b95298f02 (patch) | |
tree | fc9281df72f0dc72cd57a26e776e5c868ac2383d /tests | |
parent | 8b1ba9f99db97a6bcc07dd29b97e9ff60503eebf (diff) | |
download | gem5-bec4409adda806437cdabd6c7c66975b95298f02.tar.xz |
tests: Disable descriptions in stat files
Don't output verbose text descriptions in stat files when running
tests. This saves a lot of space when storing reference data.
Change-Id: I2a7ead4843586e800ecf83846694b73f0c356373
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Sascha Bischoff <sascha.bischoff@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Tony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testing/units.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testing/units.py b/tests/testing/units.py index 808763fcc..e8b87a0b2 100644 --- a/tests/testing/units.py +++ b/tests/testing/units.py @@ -146,6 +146,7 @@ class RunGem5(TestUnit): gem5_cmd = [ self.gem5, "-d", self.test_dir, + "--stats-file", "text://stats.txt?desc=False", "-re", ] + self.args |