Fix python3 patch

This commit is contained in:
Eric Sandeen 2018-05-16 08:05:26 -05:00
parent 18ffcfbc2c
commit 05c3b5fd1f

View File

@ -1,5 +1,3 @@
make fio scripts python3-ready
commit 5eac3b00238b450ac0679121a76f1e566ca8f468
@ -43,7 +41,8 @@ Index: fio-3.6/tools/fiologparser.py
--- fio-3.6.orig/tools/fiologparser.py
+++ fio-3.6/tools/fiologparser.py
@@ -1,4 +1,5 @@
#!/usr/bin/python3
-#!/usr/bin/python2.7
+#!/usr/bin/python3
+# Note: this script is python2 and python 3 compatible.
#
# fiologparser.py
@ -62,7 +61,8 @@ Index: fio-3.6/unit_tests/steadystate_tests.py
--- fio-3.6.orig/unit_tests/steadystate_tests.py
+++ fio-3.6/unit_tests/steadystate_tests.py
@@ -1,4 +1,5 @@
#!/usr/bin/python3
-#!/usr/bin/python2.7
+#!/usr/bin/python3
+# Note: this script is python2 and python 3 compatible.
#
# steadystate_tests.py