From 027f1c67ecaa189fb86eb53e0b26deb85db2dc90 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 28 Feb 2020 20:39:08 +0000 Subject: [PATCH] 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. --- Buildscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildscr b/Buildscr index 77a82e50..a965e451 100644 --- a/Buildscr +++ b/Buildscr @@ -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.