Skip to content

Commit d320d97

Browse files
committed
improve regex pattern for capturing pyfftw
1 parent 3f69885 commit d320d97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ has_fftw_pyfftw()
168168
gen_pyfftw_coveragerc()
169169
{
170170
init_coveragerc
171-
echo " def .*_PYFFTW*" >> .coveragerc_optional
172-
echo " def .*_pyfftw*" >> .coveragerc_optional
171+
echo " class .*_PYFFTW*" >> .coveragerc_optional
173172
echo " def test_.*_pyfftw*" >> .coveragerc_optional
174173
}
175174

0 commit comments

Comments
 (0)