From 5174d4530faf93639c657e58a6a27935986da7b4 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 13 Nov 2025 13:56:59 +0100 Subject: [PATCH 05/25] Add test script Signed-off-by: Rory& --- scripts-dev/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts-dev/run-tests.sh diff --git a/scripts-dev/run-tests.sh b/scripts-dev/run-tests.sh new file mode 100755 index 0000000000..1ac82801b2 --- /dev/null +++ b/scripts-dev/run-tests.sh @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +poetry run trial -j`nproc` tests -- 2.53.0