Skip to content

Commit

Permalink
Restore the !verbose flag by default in the E2E harness.
Browse files Browse the repository at this point in the history
  • Loading branch information
otrho committed Feb 3, 2022
1 parent 4a5ff63 commit 6d94a21
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 @@ -130,7 +130,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 6d94a21

Please sign in to comment.