1
0
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:
Bram Matthys
2025-10-06 11:52:04 +02:00
parent cfaae0533d
commit 7cb3b50737
+3 -3
View File
@@ -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