Run internal tests in FreeBSD (#1616)

This commit is contained in:
Rangi
2025-01-20 14:08:48 -05:00
committed by GitHub
parent 2426068409
commit c2db23aef0
5 changed files with 48 additions and 11 deletions

View File

@@ -24,10 +24,11 @@ while [[ $# -gt 0 ]]; do
;;
--only-free)
nonfree=false
FETCH_TEST_DEPS="fetch-test-deps.sh --only-free"
FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-free"
;;
--only-internal)
external=false
FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-internal"
;;
--)
break