Updated python scripts interpreter invocation in tools/.

* Using call to portable `#!/usr/bin/env python3` syntax.
* Updated python interpreter call in `tools/ci/testrun` (please verify).

Signed-off-by: Tomasz 'CeDeROM' CEDRO <tomek@cedro.info>
This commit is contained in:
Tomasz 'CeDeROM' CEDRO
2023-02-19 04:33:21 +01:00
committed by Xiang Xiao
parent 74790c8033
commit 833f7a5a3e
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
import pytest
@@ -1,2 +1,2 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
import pytest
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
import pytest
+1 -1
View File
@@ -1,2 +1,2 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# encoding: utf-8
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import os
import re
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
############################################################################
# tools/discover.py
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
############################################################################
# tools/ide_exporter.py
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
############################################################################
# tools/mkallsyms.py
#
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# tools/parsecallstack.py
#
# Licensed to the Apache Software Foundation (ASF) under one or more
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# tools/parsememdump.py
#
# Licensed to the Apache Software Foundation (ASF) under one or more
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
############################################################################
# tools/xmlrpc_test.py
#