From 93049b51437905e903bb083194e3097c4477360d Mon Sep 17 00:00:00 2001 From: Giacomo Travaglini Date: Thu, 11 Nov 2021 17:09:36 +0000 Subject: [PATCH] testlib: Explicitly use python3 when running regressions Change-Id: I7968bea5db15a25c97abb68333c04e3ff1ae78f9 Signed-off-by: Giacomo Travaglini Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52743 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- tests/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.py b/tests/main.py index 39717f6612..81e476448a 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.