1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 11:23:12 +02:00

extras/tests/tls/tls-tests: split these off in an additional step

A side-effect is that this will keep unrealircd and services running.
This commit is contained in:
Bram Matthys
2025-10-06 08:57:14 +02:00
parent 07b99d1429
commit 4a3d3bf72f
+1 -10
View File
@@ -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"