Remove the need to explicitly list external tests

I like having a single source of truth!
This commit is contained in:
ISSOtm
2026-07-02 10:39:59 -04:00
committed by Rangi
parent d59081a918
commit 5e8a6cde20
12 changed files with 71 additions and 64 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if [ ! -f "external/$1.cfg" ]; then
exit 1
fi
# Sourcing "external/$1.cfg" defines `EXT_TEST_*` values used below.
# Sourcing "$1.cfg" defines `EXT_TEST_*` variables used below.
. "external/$1.cfg"
if ! cd "$EXT_TEST_REPO"; then