Skip to content

Commit

Permalink
quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 5, 2024
1 parent 3271305 commit a89718d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/test_ocra.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class Pathname
alias original_relative_path_from relative_path_from
def relative_path_from(other)
puts "#{caller[0]} 123"
puts ENV["TMP"]
puts ENV["TEMP"]
puts self.to_s
puts other.to_s
original_relative_path_from(other)
end
end
# class Pathname
# alias original_relative_path_from relative_path_from
# def relative_path_from(other)
# puts "#{caller[0]} 123"
# puts ENV["TMP"]
# puts ENV["TEMP"]
# puts self.to_s
# puts other.to_s
# original_relative_path_from(other)
# end
# end

require "minitest/autorun"

Expand Down Expand Up @@ -804,7 +804,7 @@ def test_debug
with_fixture 'helloworld' do
assert system("ruby", ocran, "helloworld.rb", *(DefaultArgs + ["--debug"]))
pristine_env "helloworld-debug.exe" do
assert system("helloworld-debug.exe")
assert system("helloworld-debug.exe 2>NUL")
end
end
end
Expand Down

0 comments on commit a89718d

Please sign in to comment.