ext: Make the testing-results folder visible
authorHoa Nguyen <hoanguyen@ucdavis.edu>
Thu, 3 Sep 2020 08:45:27 +0000 (01:45 -0700)
committerHoa Nguyen <hoanguyen@ucdavis.edu>
Tue, 8 Sep 2020 16:33:22 +0000 (16:33 +0000)
Currently, testlib will write outputs to .testing-results, which
is a hidden folder. However, the outputs in the folder are useful
for debugging. This commit makes this folder visible on Linux
systems.

Change-Id: I158e1a4a62c7b494309a0a4bf6521fedd04cbe22
Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/34015
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
ext/testlib/configuration.py
tests/.gitignore

index 48fd2a0754e1744e7e5836d52694a49293588075..1267c25b8a2e81da397affff0b16ba116950a9b5 100644 (file)
@@ -213,7 +213,7 @@ def define_defaults(defaults):
     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'
     defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir,
                                             'tests',
index 6e620f5d3063fe45789c537e8cc19461da5c8249..44c98e69854070e019cc2ace9c4b8338d91bddb4 100644 (file)
@@ -1,2 +1,2 @@
-.testing-results
+testing-results
 gem5/resources