Skip to content

Commit 47ddca6

Browse files
Attempt to solve problem with globs
1 parent 353cef9 commit 47ddca6

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/coverage-reports

1 file changed

+1
-1
lines changed

src/test/run-make/coverage-reports/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ include clear_expected_if_blessed
132132
--instr-profile="$(TMPDIR)"/$@.profdata \
133133
$(call BIN,"$(TMPDIR)"/$@) \
134134
$$( \
135-
for file in $(TMPDIR)/rustdoc-$@/*/rust_out; do \
135+
for file in $(TMPDIR)/rustdoc-$@/*/rust_out*; do \
136136
[ -x "$$file" ] && printf "%s %s " -object $$file; \
137137
done \
138138
) \

0 commit comments

Comments
 (0)