diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-18 00:51:14 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-06-18 00:55:51 +0200 |
commit | 3dce05314bd0e65a3005eaf40eaa0c3d51d7c3ca (patch) | |
tree | d9b10f00d58a1093d2839805d4fb7e000870541a | |
parent | c91250d2df34cfa969a49c8f882d6a8c874963cd (diff) |
Fix rebar_eunit comments
-rw-r--r-- | src/rebar_eunit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index d1e847b..0c52c58 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -43,7 +43,7 @@ %% The following Global options are supported: %% <ul> %% <li>verbose=1 - show extra output from the eunit test</li> -%% <li>suite="foo"" - runs test/foo_tests.erl</li> +%% <li>suites="foo,bar" - runs test/foo_tests.erl and test/bar_tests.erl</li> %% </ul> %% Additionally, for projects that have separate folders for the core %% implementation, and for the unit tests, then the following |