Skip to content

Commit

Permalink
HACK: increase logs on integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Dec 23, 2024
1 parent c17a6a7 commit 146796b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration-tests/src/twoliter_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ impl LocalKit {
run_command(
TWOLITER_PATH,
[
"--log-level",
"debug",
"update",
"--project-path",
local_kit.join("Twoliter.toml").to_str().unwrap(),
Expand All @@ -89,6 +91,8 @@ impl LocalKit {
run_command(
TWOLITER_PATH,
[
"--log-level",
"debug",
"fetch",
"--project-path",
local_kit.join("Twoliter.toml").to_str().unwrap(),
Expand All @@ -99,6 +103,8 @@ impl LocalKit {
run_command(
TWOLITER_PATH,
[
"--log-level",
"debug",
"build",
"kit",
"core-kit",
Expand All @@ -112,6 +118,8 @@ impl LocalKit {
run_command(
TWOLITER_PATH,
[
"--log-level",
"debug",
"publish",
"kit",
"--project-path",
Expand Down

0 comments on commit 146796b

Please sign in to comment.