[OE-core] [PATCH 2/2] scripts/oe-build-perf-test: Use python3 from the environment

Richard Purdie richard.purdie at linuxfoundation.org
Sun Dec 15 09:07:11 UTC 2019


On test machines we have python3 available at alternative locations. Use
these rather from the evnrionment rather than a hardcoded path.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/oe-build-perf-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test
index 0b13f24888a..00e00b4ce93 100755
--- a/scripts/oe-build-perf-test
+++ b/scripts/oe-build-perf-test
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Build performance test script
 #
-- 
2.20.1



More information about the Openembedded-core mailing list