diff --git a/scripts-new/check-all.sh b/scripts-new/check-all.sh index 96e315698..ef6c63e13 100644 --- a/scripts-new/check-all.sh +++ b/scripts-new/check-all.sh @@ -47,7 +47,7 @@ done for binary in "${!binaries[@]}"; do expected_count=${binaries[$binary]} full_path=$(get_bin_full_path "$binary") - check_binary "$full_path" + check_binary_ports "$full_path" done