Skip to content

Commit

Permalink
test: Disable verbose exxpect output in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Feb 17, 2022
1 parent 72e58fd commit 1748062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def setup
kernel_json = File.join(ENV["JUPYTER_DATA_DIR"], "kernels", "iruby-test", "kernel.json")
assert_path_exist kernel_json

$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

command = iruby_command("console", "--kernel=iruby-test").map {|x| %Q["#{x}"] }
@in, @out, pid = PTY.spawn(command.join(" "))
Expand Down

0 comments on commit 1748062

Please sign in to comment.