Skip to content

Commit 44212fc

Browse files
committed
(Switch off verbose mode in compiletest)
1 parent 71bd27d commit 44212fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdf5-derive/tests/compile-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn run_mode(mode: &'static str) {
3232

3333
config.mode = cfg_mode;
3434
config.src_base = format!("tests/{}", mode).into();
35-
config.verbose = true;
35+
config.verbose = false;
3636
config.link_deps();
3737
// clean_rlibs(&config); // commented out for now as it's flaky on CI
3838

0 commit comments

Comments
 (0)