diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index 6ea8a8244..60cd363a8 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -23,8 +23,9 @@ fi git clone -q https://github.com/unrealircd/unrealircd-tests.git cd unrealircd-tests -# Run the test framework -./run || exit 1 +# Run the test framework, tsting both services: +###FIXME!! ./run -services anope || exit 1 +./run -services atheme || exit 1 # Do cipherscan test at the end if [[ "$OSTYPE" != "freebsd"* ]]; then