1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

Update tests script to test services (1/2)

This commit is contained in:
Bram Matthys
2019-11-18 10:14:28 +01:00
parent 1930179079
commit 27bc208853
+3 -2
View File
@@ -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