diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-15 00:22:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-15 09:10:46 +0000 |
commit | 093f6924741c61e77ffc99d717b2096357dce691 (patch) | |
tree | d4a4b5e1cf7cbc9bb124a9da5a03fbc3051149e3 /scripts/oe-build-perf-test | |
parent | 58726c4a560df2407aa307f20e0d6e6e2a547b31 (diff) | |
download | poky-093f6924741c61e77ffc99d717b2096357dce691.tar.gz |
scripts/oe-build-perf-test: Use python3 from the environment
On test machines we have python3 available at alternative locations. Use
these rather from the evnrionment rather than a hardcoded path.
(From OE-Core rev: 81ee68f39a155c79443d45321ce4b81d9bf6675e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-build-perf-test')
-rwxr-xr-x | scripts/oe-build-perf-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test index 0b13f24888..00e00b4ce9 100755 --- a/scripts/oe-build-perf-test +++ b/scripts/oe-build-perf-test | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/python3 | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Build performance test script | 3 | # Build performance test script |
4 | # | 4 | # |