mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 08:56:38 +02:00
run-test: add $RUNTESTFLAGS
This commit is contained in:
@@ -25,11 +25,11 @@ fi
|
||||
|
||||
# Run the test framework, testing both services:
|
||||
if [ "$NOSERVICES" = 1 ]; then
|
||||
./run -services none || exit 1
|
||||
./run -services none $RUNTESTFLAGS || exit 1
|
||||
else
|
||||
# Linux tests both with anope and atheme services:
|
||||
./run -services anope || exit 1
|
||||
./run -services atheme || exit 1
|
||||
./run -services anope $RUNTESTFLAGS || exit 1
|
||||
./run -services atheme $RUNTESTFLAGS || exit 1
|
||||
fi
|
||||
|
||||
# Database writing/reading tests
|
||||
|
||||
Reference in New Issue
Block a user