Skip to content

Commit

Permalink
DEBUG: more verbose output from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Jan 12, 2025
1 parent 39e2cf2 commit 128292b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/test/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Intended to be used as a context manager, so call like::
function quietoutput(body)
oldstd = stdout
try
redirect_stdout(open("/dev/null", "w"))
#redirect_stdout(open("/dev/null", "w"))

# execute body code
body()
Expand Down

0 comments on commit 128292b

Please sign in to comment.