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

View File

@ -1,2 +1,2 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8
import pytest import pytest

View File

@ -1,2 +1,2 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8
import pytest import pytest

View File

@ -1,2 +1,2 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8
import pytest import pytest

View File

@ -1,2 +1,2 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# encoding: utf-8 # encoding: utf-8

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import os import os
import re import re

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
############################################################################ ############################################################################
# tools/discover.py # tools/discover.py
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
############################################################################ ############################################################################
# tools/ide_exporter.py # tools/ide_exporter.py
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
############################################################################ ############################################################################
# tools/mkallsyms.py # tools/mkallsyms.py
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# tools/parsecallstack.py # tools/parsecallstack.py
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# tools/parsememdump.py # tools/parsememdump.py
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
############################################################################ ############################################################################
# tools/xmlrpc_test.py # tools/xmlrpc_test.py
# #