Skip to content

Commit

Permalink
check debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
katsyoshi committed Jan 3, 2024
1 parent 02a4f18 commit 603d848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vaporware/test_compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Vaporware::CompilerTest < Test::Unit::TestCase
def tear_down = File.delete("tmp") rescue File.delete(@generated)
def test_sample_plus
@file = "sample/plus.rb"
@vaporware = Vaporware::Compiler.compile(@file)
@vaporware = Vaporware::Compiler.compile(@file, debug: true)
IO.popen("./tmp").close
exit_code, handle_code = check_process($?.to_i)
assert_equal(9, exit_code)
Expand Down

0 comments on commit 603d848

Please sign in to comment.