Bobby R. Bruce has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/33135 )
Change subject: tests: Moved halt.sh to tests/gem5/fs/linux/arm
......................................................................
tests: Moved halt.sh to tests/gem5/fs/linux/arm
`halt.sh` is only used by `gem5/fs/linux/arm/run.py`. It has therefore
been moved to `tests/gem5/fs/linux/arm`.
Change-Id: I42f77a22b5985959a579c75541e4a0fdc135aa0c
---
R tests/gem5/fs/linux/arm/halt.sh
M tests/gem5/fs/linux/arm/run.py
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/halt.sh b/tests/gem5/fs/linux/arm/halt.sh
similarity index 100%
rename from tests/halt.sh
rename to tests/gem5/fs/linux/arm/halt.sh
diff --git a/tests/gem5/fs/linux/arm/run.py b/tests/gem5/fs/linux/arm/run.py
index 427fae8..15bfe21 100644
--- a/tests/gem5/fs/linux/arm/run.py
+++ b/tests/gem5/fs/linux/arm/run.py
@@ -67,7 +67,7 @@
exec(compile(open(config).read(), config, 'exec'))
system = root.system
-system.readfile = os.path.join(tests_root, 'halt.sh')
+system.readfile = os.path.join(os.path.dirname(__file__), 'halt.sh')
# The CPU can either be a list of CPUs or a single object.
if isinstance(system.cpu, list):
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33135
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: I42f77a22b5985959a579c75541e4a0fdc135aa0c
Gerrit-Change-Number: 33135
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s