From 4a3d3bf72ff054b7853dd584facf4d90d93a2a98 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 6 Oct 2025 08:57:14 +0200 Subject: [PATCH] extras/tests/tls/tls-tests: split these off in an additional step A side-effect is that this will keep unrealircd and services running. --- extras/build-tests/nix/run-tests | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index b92b85f05..84bbff9e5 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -48,13 +48,4 @@ fi ./run -services none -include db_crypted.conf -boot tests/db/writing/* || exit 1 ./run -services none -include db_crypted.conf -keepdbs -boot tests/db/reading/* || exit 1 -# Do SSL/TLS tests at the end -# Has problems on non-Linux-64-bit, so we skip there: -if [ "$FREEBSD" = 0 -a "$HOSTNAME" != "ub18-ia32" ]; then - sleep 2 - cd ../extras/tests/tls - ./tls-tests - cd - -fi - -killall -15 unrealircd atheme-services services anope || true +echo "If you also want to run the SSL/TLS tests, see extras/tests/tls/tls-tests"