OpenEneaLinux / rt-tools

Collection of Linux tools for achieving real-time performance
BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

test: shebang: Explicitly use python3 #7

Closed alexandruavadanii closed 3 years ago

alexandruavadanii commented 3 years ago

test code is py3 compatible and py2 is deprecated, so explicitly use py3 in shebang.

alexandruavadanii commented 3 years ago

Sorry, I rushed this, will force-push after more testing ...

alexandruavadanii commented 3 years ago

Done, test code now works with both python2 and python3 (but the shebang will enforce python3).

matslil commented 3 years ago

Looked good! Well done, thanks!