Giacomo Travaglini has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/52743 )

Change subject: testlib: Explicitly use python3 when running regressions
......................................................................

testlib: Explicitly use python3 when running regressions

Change-Id: I7968bea5db15a25c97abb68333c04e3ff1ae78f9
Signed-off-by: Giacomo Travaglini <[email protected]>
---
M tests/main.py
1 file changed, 11 insertions(+), 1 deletion(-)



diff --git a/tests/main.py b/tests/main.py
index 39717f6..81e4764 100755
--- a/tests/main.py
+++ b/tests/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 '''
 The main source for testlib. Ties together the default test runners and
 loaders.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/52743
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: I7968bea5db15a25c97abb68333c04e3ff1ae78f9
Gerrit-Change-Number: 52743
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

Reply via email to