Skip to content

Commit

Permalink
test: shush debug messages accidentally left on
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 30, 2024
1 parent 6e19ea1 commit 9919cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/test_digest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def test_with_invalid_key
end

def test_with_different_key_than_one_used_to_sign
puts "################"

key = <<-KEY
-----BEGIN PGP PUBLIC KEY BLOCK-----
Expand Down
4 changes: 2 additions & 2 deletions test/test_execute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class << @recipe
def execute_with_env(env)
execute("testenv1",
%Q(ruby -e "puts ENV['TEST_ENV_VAR1'].inspect ; exit 0"),
{:env => env, :initial_message => false, :debug => true})
{:env => env, :initial_message => false})
end
end

Expand All @@ -29,7 +29,7 @@ class << @recipe
def execute_with_env(env)
execute("testenv2",
["ruby", "-e", "puts ENV['TEST_ENV_VAR2'].inspect"],
{:env => env, :initial_message => false, :debug => true})
{:env => env, :initial_message => false})
end
end

Expand Down

0 comments on commit 9919cf1

Please sign in to comment.