Skip to content

Commit

Permalink
tests/baseline_compat/hyperon-mettalog_sanity/first_answer_long.metta…
Browse files Browse the repository at this point in the history
….answers
  • Loading branch information
TeamSPoon committed Dec 15, 2024
1 parent f043509 commit d5e6833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_commit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5e6833

Please sign in to comment.