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
Родитель cc57ae74cc
Коммит 027f1c67ec
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.