Skip to content

Commit 186b643

Browse files
committed
ci: generalize grp in "illegal callback" test
1 parent ac6d106 commit 186b643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
# Test if panic in C code aborts the process (either with a real panic or with SIGILL)
2424
cargo test -- --ignored --exact 'tests::test_panic_raw_ctx_should_terminate_abnormally' 2>&1 \
2525
| tee /dev/stderr \
26-
| grep "SIGILL\\|\[libsecp256k1] illegal argument. !rustsecp256k1_v0_._._fe_is_zero(&ge->x)"
26+
| grep "SIGILL\\|\[libsecp256k1] illegal argument. "
2727

2828
# Make all cargo invocations verbose
2929
export CARGO_TERM_VERBOSE=true

0 commit comments

Comments
 (0)