Skip to content

Commit 4197e90

Browse files
committed
fix tests running
1 parent 2edca11 commit 4197e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rd_test_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def debug_command(script, port)
2222
cmd = "#{interpreter}"
2323
cmd << " --debug" if jruby?
2424
cmd << " -J-Xdebug -J-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y" if jruby? and debug_jruby?
25-
cmd << " -I '#{File.dirname(script)}' #{@rdebug_ide}" +
25+
cmd << " -I 'lib:#{File.dirname(script)}' #{@rdebug_ide}" +
2626
(@verbose_server ? " -d" : "") +
2727
" -p #{port} -- '#{script}'"
2828
end

0 commit comments

Comments
 (0)