testlib: Explicitly use python3 when running regressions
Change-Id: I7968bea5db15a25c97abb68333c04e3ff1ae78f9 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52743 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user