You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using qtest as part of dune and it is very annoying for me that qtest prints some log output on stderr when everything is going normally. For example
Extraction : `src/modulename.ml' Done.
Either this output should be entirely suppressed or a --quiet option could be added to suppress it.
The text was updated successfully, but these errors were encountered:
I'm using qtest as part of
dune
and it is very annoying for me that qtest prints some log output onstderr
when everything is going normally. For exampleEither this output should be entirely suppressed or a
--quiet
option could be added to suppress it.The text was updated successfully, but these errors were encountered: