From 645dc4e49187c96ca4f5ee84eeb412d8216f4d58 Mon Sep 17 00:00:00 2001 From: Joshua Root Date: Mon, 22 Apr 2024 01:23:34 +1000 Subject: [PATCH] mpbb-test-port: clear depends_test when --builtin-only --- mpbb-test-port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpbb-test-port b/mpbb-test-port index 2f1e846..b7d5c71 100644 --- a/mpbb-test-port +++ b/mpbb-test-port @@ -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"