mirror of
https://github.com/macports/mpbb.git
synced 2026-07-12 18:18:44 -07:00
mpbb-test-port: clear depends_test when --builtin-only
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user