aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch')
-rw-r--r--meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch b/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
index 276a24d894..327b9f5b73 100644
--- a/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
+++ b/meta-oe/recipes-benchmark/fio/files/0001-update-the-interpreter-paths.patch
@@ -16,7 +16,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
tools/hist/fiologparser_hist.py | 2 +-
tools/hist/half-bins.py | 2 +-
tools/plot/fio2gnuplot | 2 +-
- unit_tests/steadystate_tests.py | 2 +-
+ t/steadystate_tests.py | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv
@@ -79,10 +79,10 @@ index 4d1815cf..509141af 100755
# Note: this script is python2 and python3 compatible.
#
# Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
-diff --git a/unit_tests/steadystate_tests.py b/unit_tests/steadystate_tests.py
+diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py
index 50254dcc..95e7dfde 100755
---- a/unit_tests/steadystate_tests.py
-+++ b/unit_tests/steadystate_tests.py
+--- a/t/steadystate_tests.py
++++ b/t/steadystate_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/env python