From 5bea1e0bc05ceb148ce7f2992b0845275cf3c870 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 28 Jun 2023 18:19:56 +0200 Subject: [PATCH] chore(ci): fix fast tests launching too many multi bit parameters --- scripts/integer-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/integer-tests.sh b/scripts/integer-tests.sh index 9760e5cd8..bf8e40b22 100755 --- a/scripts/integer-tests.sh +++ b/scripts/integer-tests.sh @@ -87,7 +87,7 @@ and not test(/.*test_integer_default_add_sequence_multi_thread_param_message_4_c filter_expression="""\ test(/^integer::.*${multi_bit}/) \ ${not_multi_bit:+"and not test(~${not_multi_bit})"} \ -and test(/.*_default_.*/) \ +and test(/.*_default_.*?_param${multi_bit}_message_[2-3]_carry_[2-3]${multi_bit:+"_group_2"}_ks_pbs/) \ and not test(/.*_param_message_[14]_carry_[14]_ks_pbs$/) \ and not test(/.*default_add_sequence_multi_thread_param_message_3_carry_3_ks_pbs$/)""" fi @@ -129,7 +129,7 @@ and not test(/.*test_integer_default_add_sequence_multi_thread_param_message_4_c filter_expression="""\ test(/^integer::.*${multi_bit}/) \ ${not_multi_bit:+"and not test(~${not_multi_bit})"} \ -and test(/.*_default_.*/) \ +and test(/.*_default_.*?_param${multi_bit}_message_[2-3]_carry_[2-3]${multi_bit:+"_group_2"}_ks_pbs/) \ and not test(/.*_param_message_[14]_carry_[14]_ks_pbs$/) \ and not test(/.*default_add_sequence_multi_thread_param_message_3_carry_3_ks_pbs$/)""" fi