mpbb-test-port: clear depends_test when --builtin-only

This commit is contained in:
Joshua Root
2024-04-22 01:23:34 +10:00
parent 1e97a14531
commit 645dc4e491
+1 -1
View File
@@ -30,7 +30,7 @@ test-port() {
: "${option_builtin_only=0}"
set -- ${args+"${args[@]}"}
local test_run_flag
[[ "${option_builtin_only}" -eq 1 ]] && test_run_flag="test.run=no"
[[ "${option_builtin_only}" -eq 1 ]] && test_run_flag="test.run=no depends_test=''"
local port=${1-}
if [[ -z "$port" ]]; then
err "Must specify a port"