We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2762b commit 641db33Copy full SHA for 641db33
stdlib/REPL/test/repl.jl
@@ -453,6 +453,7 @@ for prompt = ["TestΠ", () -> randstring(rand(1:10))]
453
# In the future if we want we can add a test that the right object
454
# gets displayed by intercepting the display
455
repl.specialdisplay = REPL.REPLDisplay(repl)
456
+ @async write(devnull, stdout_read) # redirect stdout to devnull so we drain the output pipe
457
458
repl.interface = REPL.setup_interface(repl)
459
repl_mode = repl.interface.modes[1]
0 commit comments