Skip to content

Commit a6155e2

Browse files
committed
builder: log output for coverage command
1 parent 12d3ad9 commit a6155e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/rustwide_builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ impl RustwideBuilder {
734734
}
735735
}
736736
})
737-
.log_output(false)
737+
.log_output(true)
738738
.run()?;
739739

740740
Ok(

0 commit comments

Comments
 (0)