]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3732] Remove test-all.sh
authorAndrei Pavel <andrei@isc.org>
Sun, 13 Apr 2025 18:28:59 +0000 (21:28 +0300)
committerAndrei Pavel <andrei@isc.org>
Sun, 13 Apr 2025 18:28:59 +0000 (21:28 +0300)
test-all.sh [deleted file]

diff --git a/test-all.sh b/test-all.sh
deleted file mode 100755 (executable)
index 787d974..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-test_cmds=$(meson introspect --tests build -i | jq -r .[].cmd[] | sort -V)
-
-for test_cmd in ${test_cmds}; do
-    "${test_cmd}"
-done