From 27bc20885334ba209fe7aec898cebf02bfaeba54 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 18 Nov 2019 10:14:28 +0100 Subject: [PATCH] Update tests script to test services (1/2) --- extras/build-tests/nix/run-tests | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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