Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
wip(for debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Jun 19, 2024
1 parent a599963 commit 299c517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icelake/tests/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub fn set_up() {

pub fn run_command(mut cmd: Command, desc: impl ToString) {
let desc = desc.to_string();
log::debug!("Starting to {}, command: {:?}", &desc, cmd);
println!("Starting to {}, command: {:?}", &desc, cmd);
let exit = cmd.status().unwrap();
if exit.success() {
log::debug!("{} succeed!", desc)
Expand Down

0 comments on commit 299c517

Please sign in to comment.