On Wed, Oct 17, 2012 at 6:48 PM, Motiejus Jakštys <desired.
...@gmail.com> wrote:
> Hi,
> I want to know if particular test instance is ran in verbose mode.
> For example, this is the way run PropEr test from EUnit:
> z_string_test_() ->
> Opts = [{to_file, user}],
> [
> ?_assertEqual(true, proper:quickcheck(s_utf8a(), Opts))
> ].
> Option `{to_file, user}' makes it possible to see the output of PropEr
> if I need it. However, I want to switch that option on only if EUnit
> test is started in verbose mode.
> Is there a way to know verbosity of the test run?
> Regards,
> Motiejus
--