File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11root = true
22
3- [* .{c,h,d,di,dd} ]
3+ [* .{c,h,d,di,dd,sh } ]
44end_of_line = lf
55insert_final_newline = true
66indent_style = space
Original file line number Diff line number Diff line change @@ -87,12 +87,12 @@ coverage()
8787 # remove all existing coverage files (just in case)
8888 rm -rf $( find -name ' *.lst' )
8989
90- # currently using the test_runner yields wrong code coverage results
91- # see https://github.com/dlang/phobos/pull/4719 for details
92- # ENABLE_COVERAGE="1" make -f posix.mak MODEL=$MODEL unittest-debug
90+ # currently using the test_runner yields wrong code coverage results
91+ # see https://github.com/dlang/phobos/pull/4719 for details
92+ ENABLE_COVERAGE=" 1" make -f posix.mak MODEL=$MODEL unittest-debug
9393
94- # instead we run all tests individually
95- make -f posix.mak $( find std etc -name " *.d" | sed " s/[.]d$/.test/" | grep -vE ' (std.algorithm.sorting|std.encoding|net.curl)' )
94+ # instead we run all tests individually
95+ make -f posix.mak $( find std etc -name " *.d" | sed " s/[.]d$/.test/" | grep -vE ' (std.algorithm.sorting|std.encoding|net.curl)' )
9696}
9797
9898case $1 in
You can’t perform that action at this time.
0 commit comments