Skip to content

Commit

Permalink
Enabled stats in tests as default
Browse files Browse the repository at this point in the history
  • Loading branch information
jounathaen committed Nov 21, 2024
1 parent 362ee34 commit 55cd738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub fn run_simple_vm(kernel_path: PathBuf) -> VmResult {
.try_into()
.unwrap(),
output: Output::Buffer,
stats: true,
..Default::default()
};
UhyveVm::new(kernel_path, params).unwrap().run(None)
Expand Down

0 comments on commit 55cd738

Please sign in to comment.