Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Oct 28, 2024
1 parent 508ee07 commit bea056c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/turborepo/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ macro_rules! check_json {
let tempdir = tempfile::tempdir()?;
crate::common::setup_fixture($fixture, $package_manager, tempdir.path())?;
$(
debug!("Running command: `turbo {} {}` in {}", $command, $query, $fixture);
let output = assert_cmd::Command::cargo_bin("turbo")?
.arg($command)
.arg($query)
Expand Down

0 comments on commit bea056c

Please sign in to comment.