Skip to content

Commit 237708d

Browse files
committed
set debug option
1 parent 4050a02 commit 237708d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ocra.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_abspath
108108
with_fixture "helloworld" do
109109
script_path = File.expand_path("helloworld.rb")
110110
with_tmpdir do
111-
assert system("ruby", ocran, script_path, *DefaultArgs)
111+
assert system("ruby", ocran, script_path, "--rubyopt", "--debug", *DefaultArgs)
112112
assert File.exist?("helloworld.exe")
113113
pristine_env "helloworld.exe" do
114114
assert system("helloworld.exe")

0 commit comments

Comments
 (0)