Skip to content

Commit

Permalink
Add verbose back.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyaherbert committed Feb 8, 2022
1 parent fc25386 commit 2df4f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/e2e_vm_tests/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub(crate) fn compile_to_bytes(file_name: &str) -> Result<Vec<u8>, String> {
binary_outfile: None,
debug_outfile: None,
offline_mode: false,
silent_mode: verbose,
silent_mode: !verbose,
})
}

Expand Down

0 comments on commit 2df4f63

Please sign in to comment.