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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user