We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c8696 commit ceae214Copy full SHA for ceae214
mac/common-utils.sh
@@ -278,9 +278,9 @@ is_domain_private() {
278
identify_run_status_java() {
279
local log_file=$1
280
log_section "✅ Results"
281
-
+ local line=""
282
# Extract the test summary line
283
- local line=$(grep -m 2 -E "[INFO|ERROR].*Tests run" < "$log_file")
+ line=$(grep -m 2 -E "[INFO|ERROR].*Tests run" < "$log_file")
284
# If not found, fail
285
if [[ -z "$line" ]]; then
286
log_warn "❌ No test summary line found."
0 commit comments