1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Switch to running cryptsuite.py under Python 3.

I'm getting tired of maintaining it as 2/3 compatible; 2 is on the way
out anyway and I'm losing patience. In future, if it breaks in 2, I
think I'm going to stop caring.
This commit is contained in:
Simon Tatham 2020-02-28 20:39:08 +00:00
parent cc57ae74cc
commit 027f1c67ec

View File

@ -144,7 +144,7 @@ delegate -
in putty do ./mkauto.sh
in putty do ./configure CC=clang CFLAGS="-fsanitize=address -fsanitize=leak"
in putty do make -j$(nproc)
in putty do python test/cryptsuite.py
in putty do python3 test/cryptsuite.py
enddelegate
# Windowsify LICENCE, since it's going in the Windows installers.