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"