Skip to content

Commit

Permalink
ci: generalize grp in "illegal callback" test
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra authored and Davidson-Souza committed Sep 30, 2023
1 parent acf9ac1 commit 0d58f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/_test.sh
Expand Up @@ -23,7 +23,7 @@ fi
# Test if panic in C code aborts the process (either with a real panic or with SIGILL)
cargo test -- --ignored --exact 'tests::test_panic_raw_ctx_should_terminate_abnormally' 2>&1 \
| tee /dev/stderr \
| grep "SIGILL\\|\[libsecp256k1] illegal argument. !rustsecp256k1_v0_._._fe_is_zero(&ge->x)"
| grep "SIGILL\\|\[libsecp256k1] illegal argument. "

# Make all cargo invocations verbose
export CARGO_TERM_VERBOSE=true
Expand Down

0 comments on commit 0d58f50

Please sign in to comment.