summary refs log tree commit diff
path: root/packages/overlays/matrix-synapse/patches/0005-Add-test-script.patch
blob: ca7d47ef5a72e7b94a7681b532bc29d80715c719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 5174d4530faf93639c657e58a6a27935986da7b4 Mon Sep 17 00:00:00 2001
From: Rory& <root@rory.gay>
Date: Thu, 13 Nov 2025 13:56:59 +0100
Subject: [PATCH 05/25] 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