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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user