tests: Disable descriptions in stat files
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 27 Feb 2017 11:25:00 +0000 (11:25 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 27 Feb 2017 11:25:00 +0000 (11:25 +0000)
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>
tests/testing/units.py

index 808763fcc2b314ce86c179a49ed9cbe553980118..e8b87a0b22dcc1b29a76d3e7aa6719e113c842e2 100644 (file)
@@ -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