blob: 300d132261eb1275f65d0d598217172aa58d050c (
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 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
|