File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ component_management:
3232 - component_id : library
3333 name : " Core library"
3434 paths :
35- - ' !src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
35+ - ' !src/(( pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c|pcre2test_inc\.h) '
3636 statuses :
3737 - type : project
3838 target : auto
@@ -41,7 +41,7 @@ component_management:
4141 - component_id : test_binaries
4242 name : " Test binaries"
4343 paths :
44- - ' src/(pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c'
44+ - ' src/(( pcre2test|pcre2grep|pcre2_jit_test|pcre2posix_test|pcre2_printint)\.c|pcre2test_inc\.h) '
4545 statuses :
4646 - type : project
4747 target : auto
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ checkresult()
197197
198198checkspecial ()
199199 {
200- $sim $valgrind $vjs $pcre2test -q $1 >> testSoutput
200+ $sim $valgrind $vjs $pcre2test $1 >> testSoutput
201201 if [ $? -ne 0 ] ; then
202202 echo " ** pcre2test $1 failed - check testSoutput"
203203 yield=1
You can’t perform that action at this time.
0 commit comments