Fix python3 patch
This commit is contained in:
parent
18ffcfbc2c
commit
05c3b5fd1f
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
make fio scripts python3-ready
|
make fio scripts python3-ready
|
||||||
|
|
||||||
commit 5eac3b00238b450ac0679121a76f1e566ca8f468
|
commit 5eac3b00238b450ac0679121a76f1e566ca8f468
|
||||||
@ -43,7 +41,8 @@ Index: fio-3.6/tools/fiologparser.py
|
|||||||
--- fio-3.6.orig/tools/fiologparser.py
|
--- fio-3.6.orig/tools/fiologparser.py
|
||||||
+++ fio-3.6/tools/fiologparser.py
|
+++ fio-3.6/tools/fiologparser.py
|
||||||
@@ -1,4 +1,5 @@
|
@@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/python3
|
-#!/usr/bin/python2.7
|
||||||
|
+#!/usr/bin/python3
|
||||||
+# Note: this script is python2 and python 3 compatible.
|
+# Note: this script is python2 and python 3 compatible.
|
||||||
#
|
#
|
||||||
# fiologparser.py
|
# 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.orig/unit_tests/steadystate_tests.py
|
||||||
+++ fio-3.6/unit_tests/steadystate_tests.py
|
+++ fio-3.6/unit_tests/steadystate_tests.py
|
||||||
@@ -1,4 +1,5 @@
|
@@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/python3
|
-#!/usr/bin/python2.7
|
||||||
|
+#!/usr/bin/python3
|
||||||
+# Note: this script is python2 and python 3 compatible.
|
+# Note: this script is python2 and python 3 compatible.
|
||||||
#
|
#
|
||||||
# steadystate_tests.py
|
# steadystate_tests.py
|
||||||
|
Loading…
Reference in New Issue
Block a user