Skip to content

Commit ceae214

Browse files
committed
linter checks
1 parent f8c8696 commit ceae214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/common-utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ is_domain_private() {
278278
identify_run_status_java() {
279279
local log_file=$1
280280
log_section "✅ Results"
281-
281+
local line=""
282282
# Extract the test summary line
283-
local line=$(grep -m 2 -E "[INFO|ERROR].*Tests run" < "$log_file")
283+
line=$(grep -m 2 -E "[INFO|ERROR].*Tests run" < "$log_file")
284284
# If not found, fail
285285
if [[ -z "$line" ]]; then
286286
log_warn "❌ No test summary line found."

0 commit comments

Comments
 (0)