Set DEBUG for integration test output

This commit is contained in:
Donal McBreen
2025-04-16 16:14:11 +01:00
parent 85320dbc51
commit bd81632439
2 changed files with 9 additions and 9 deletions

View File

@@ -321,7 +321,7 @@ class CliBuildTest < CliTestCase
private
def run_command(*command, fixture: :with_accessories)
stdouted { Kamal::Cli::Build.start([ *command, "-c", "test/fixtures/deploy_#{fixture}.yml" ]) }
stdouted { stderred { Kamal::Cli::Build.start([ *command, "-c", "test/fixtures/deploy_#{fixture}.yml" ]) } }
end
def stub_dependency_checks