Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/16565

Change subject: systemc: Get rid of --working-dir in the test's config.py.
......................................................................

systemc: Get rid of --working-dir in the test's config.py.

This option is no longer used and isn't needed.

Change-Id: Iec1e2799b4f8c9ea258614323d55941b55828d27
---
M src/systemc/tests/config.py
1 file changed, 0 insertions(+), 7 deletions(-)



diff --git a/src/systemc/tests/config.py b/src/systemc/tests/config.py
index cd7c29e..04d974b 100755
--- a/src/systemc/tests/config.py
+++ b/src/systemc/tests/config.py
@@ -40,13 +40,6 @@
 kernel = SystemC_Kernel()
 root = Root(full_system=True, systemc_kernel=kernel)

-parser = argparse.ArgumentParser()
-parser.add_argument('--working-dir')
-
-args = parser.parse_args()
-if args.working_dir:
-    os.chdir(args.working_dir)
-
 m5.systemc.sc_main('gem5_systemc_test');

 m5.instantiate(None)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/16565
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Iec1e2799b4f8c9ea258614323d55941b55828d27
Gerrit-Change-Number: 16565
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to