Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Apr 14, 2024
1 parent f5b868d commit 881cd96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def successfully(command, silent = false)
""
end

return_value = system("#{command} #{silencer}")
return_value = system("#{command} 2>&1")
puts "#{command}"

assert return_value
Expand Down

0 comments on commit 881cd96

Please sign in to comment.