From d5e68339f827dda3be480bd96d0826cbec893418 Mon Sep 17 00:00:00 2001 From: logicmoo Date: Sun, 15 Dec 2024 02:20:34 -0800 Subject: [PATCH] tests/baseline_compat/hyperon-mettalog_sanity/first_answer_long.metta.answers --- scripts/run_commit_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_commit_tests.sh b/scripts/run_commit_tests.sh index 3e8eae1ade..157e76db88 100755 --- a/scripts/run_commit_tests.sh +++ b/scripts/run_commit_tests.sh @@ -137,7 +137,7 @@ run_mettalog_tests() { # Execute the command silently and filter output # The grep pattern matches important test output while filtering noise script -q -c "${cmd[*]}" /dev/null | \ - tee >(grep -Ei --line-buffered '_CMD:|h3 id|loonit_| |warning|es[:] ' >&2) > /dev/null + tee >(grep -Ei --line-buffered '_CMD:|h3 id|loonit_|^| |warning|es[:] ' >&2) > /dev/null status=$? fi