Skip to content

Commit c6d6c9a

Browse files
committed
python3: use python 3 in test-run.py's shebang
Related issues and changes: - Support Python 3 in Tarantool test suite tarantool/tarantool#5538 - Python 3 in tarantool-python tarantool/tarantool-python#181 tarantool/tarantool-python#186 - Use Python 3 in a test infrastructure tarantool/tarantool#5652 Closes #20
1 parent 01ff1f1 commit c6d6c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2
1+
#!/usr/bin/env python3
22
"""Tarantool regression test suite front-end."""
33

44
from __future__ import absolute_import

0 commit comments

Comments
 (0)