Giacomo Travaglini has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/30218 )
Change subject: ext: Fix the MakeFixture setup
......................................................................
ext: Fix the MakeFixture setup
It was simply using an invalid log_call helper
JIRA: https://gem5.atlassian.net/projects/GEM5/issues/GEM5-533
Change-Id: I644b1c902a81a27beb6385690d2e43baf4c0919b
Signed-off-by: Giacomo Travaglini <[email protected]>
---
M tests/gem5/fixture.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem5/fixture.py b/tests/gem5/fixture.py
index f28201b..fc6aee8 100644
--- a/tests/gem5/fixture.py
+++ b/tests/gem5/fixture.py
@@ -191,7 +191,7 @@
targets = set(self.required_by)
command = ['make', '-C', self.directory]
command.extend([target.target for target in targets])
- log_call(command)
+ log_call(log.test_log, command, stderr=sys.stderr)
class MakeTarget(Fixture):
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/30218
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: I644b1c902a81a27beb6385690d2e43baf4c0919b
Gerrit-Change-Number: 30218
Gerrit-PatchSet: 1
Gerrit-Owner: Giacomo Travaglini <[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