1 files changed, 22 insertions, 0 deletions
diff --git a/packages/overlays/matrix-synapse/patches/0006-Add-test-script.patch b/packages/overlays/matrix-synapse/patches/0006-Add-test-script.patch
new file mode 100644
index 0000000..300d132
--- /dev/null
+++ b/packages/overlays/matrix-synapse/patches/0006-Add-test-script.patch
@@ -0,0 +1,22 @@
+From 7218323ec2954bca8af95af70cf9d8d2a064fa3c Mon Sep 17 00:00:00 2001
+From: Rory& <root@rory.gay>
+Date: Thu, 13 Nov 2025 13:56:59 +0100
+Subject: [PATCH 06/19] Add test script
+
+Signed-off-by: Rory& <root@rory.gay>
+---
+ 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
+
|