Hoa Nguyen has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/34015 )
Change subject: ext: Make the testing-results folder visible
......................................................................
ext: Make the testing-results folder visible
Currently, testlib will write outputs to .testing-results, which
is hidden folder. However, the outputs in the folder are useful
for debugging. This commit makes this folder visible for Linux
systems.
Change-Id: I158e1a4a62c7b494309a0a4bf6521fedd04cbe22
Signed-off-by: Hoa Nguyen <[email protected]>
---
M ext/testlib/configuration.py
M tests/.gitignore
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index 4e2b695..892de1a 100644
--- a/ext/testlib/configuration.py
+++ b/ext/testlib/configuration.py
@@ -213,7 +213,7 @@
defaults.base_dir = os.path.abspath(os.path.join(absdirpath(__file__),
os.pardir,
os.pardir))
- defaults.result_path = os.path.join(os.getcwd(), '.testing-results')
+ defaults.result_path = os.path.join(os.getcwd(), 'testing-results')
defaults.resource_url = 'http://dist.gem5.org/dist/develop'
def define_constants(constants):
diff --git a/tests/.gitignore b/tests/.gitignore
index 7c78cf7..30cf9a6 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,4 +1,4 @@
-.testing-results
+testing-results
gem5/cpu_tests/benchmarks
gem5/fs/linux/arm/*.tar.bz2
gem5/fs/linux/arm/binaries
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/34015
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I158e1a4a62c7b494309a0a4bf6521fedd04cbe22
Gerrit-Change-Number: 34015
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s