From 85ce779f936381c79e97627e4e2ee5e536482294 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 6 Oct 2025 09:32:11 +0200 Subject: [PATCH] Use $NOSERVICES instead of $FREEBSD if we want to skip services tests --- extras/build-tests/nix/run-tests | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index 84bbff9e5..ac75dd640 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -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: