We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e58fd commit 1748062Copy full SHA for 1748062
test/integration_test.rb
@@ -8,7 +8,7 @@ def setup
8
kernel_json = File.join(ENV["JUPYTER_DATA_DIR"], "kernels", "iruby-test", "kernel.json")
9
assert_path_exist kernel_json
10
11
- $expect_verbose = true # make true if you want to dump the output of iruby console
+ $expect_verbose = false # make true if you want to dump the output of iruby console
12
13
command = iruby_command("console", "--kernel=iruby-test").map {|x| %Q["#{x}"] }
14
@in, @out, pid = PTY.spawn(command.join(" "))
0 commit comments