ci: generalize grp in "illegal callback" test

This commit is contained in:
Andrew Poelstra 2023-08-16 18:28:40 +00:00 committed by Davidson Souza
parent acf9ac13e9
commit 0d58f50d52
No known key found for this signature in database
GPG Key ID: 4D07AEA26BF3930C
1 changed files with 1 additions and 1 deletions

View File

@ -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