Stream: helpdesk (published)

Topic: Suppressing status output on Pkg.test()


view this post on Zulip Patrick Bouffard (Feb 25 2021 at 17:07):

Anyone know of a way to do this? It's largely noise to me.

view this post on Zulip Fredrik Ekre (Feb 27 2021 at 12:31):

Pkg.test("Example"; io=devnull)

view this post on Zulip Patrick Bouffard (Feb 28 2021 at 02:20):

Ah, I didn't see that in the Pkg.test docs -- but it's there at the beginning of the API reference page as a kwarg for all the commands. Note to self: RT(whole)FM :laughter_tears: Thanks!

view this post on Zulip Patrick Bouffard (Feb 28 2021 at 03:18):

.. actually it didn't work for me for Pkg.test (though it does for e.g. Pkg.status itself.

view this post on Zulip Fredrik Ekre (Feb 28 2021 at 15:19):

Open an issue

view this post on Zulip Patrick Bouffard (Mar 02 2021 at 17:20):

I think https://github.com/JuliaLang/Pkg.jl/pull/2402 may have resolved this already.


Last updated: Oct 02 2023 at 04:34 UTC