From e16064a2a5d6fa8640f247856cb915522f43c6c2 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 20 Nov 2019 09:51:04 +0100 Subject: [PATCH] Add anope to automated tests (we now have anope & atheme) --- extras/build-tests/nix/run-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index f0ccbb848..1e7bb4fa9 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -23,8 +23,8 @@ fi git clone -q https://github.com/unrealircd/unrealircd-tests.git cd unrealircd-tests -# Run the test framework, tsting both services: -###FIXME!! ./run -services anope || exit 1 +# Run the test framework, testing both services: +./run -services anope || exit 1 ./run -services atheme || exit 1 # Do cipherscan test at the end