]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/oe-build-perf-test: Use python3 from the environment
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Dec 2019 00:22:51 +0000 (00:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Dec 2019 09:06:03 +0000 (09:06 +0000)
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@linuxfoundation.org>
scripts/oe-build-perf-test

index 0b13f24888a263be67735deb3563398833acd621..00e00b4ce9384ba6235f2bf6954ee48a200f23e1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #
 # Build performance test script
 #