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

Use $NOSERVICES instead of $FREEBSD if we want to skip services tests

This commit is contained in:
Bram Matthys
2025-10-06 09:32:11 +02:00
parent 4a3d3bf72f
commit 85ce779f93
+1 -2
View File
@@ -31,8 +31,7 @@ if uname -a|grep -q FreeBSD; then
fi
# Run the test framework, testing both services:
if [ "$FREEBSD" = 1 ]; then
# FreeBSD runs without services since they fail mysteriously:
if [ "$NOSERVICES" = 1 ]; then
./run -services none || exit 1
else
# Linux tests both with anope and atheme services: