diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-02-25 19:46:49 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-02-25 19:46:49 +0100 |
commit | 25760311633e926e4fb6c671102b4c8dfa41c138 (patch) | |
tree | 2cea1bb2f82f71dfc1b180581295bfa80bd3816a /src | |
parent | dcc75b144c30a2a783e3f99fca9a3f107209099c (diff) |
docs: fix #228
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar.erl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/rebar.erl b/src/rebar.erl index a1abfe3..36a7b36 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -371,18 +371,19 @@ generate-upgrade previous_release=path Build an upgrade package generate-appups previous_release=path Generate appup files -eunit [suite[s]=foo] Run eunit tests in foo.erl and +eunit [suite[s]=foo] Run EUnit tests in foo.erl and test/foo_tests.erl - [suite[s]=foo] [test[s]=bar] Run specific eunit tests [first test + [suite[s]=foo] [test[s]=bar] Run specific EUnit tests [first test name starting with 'bar' in foo.erl and test/foo_tests.erl] [test[s]=bar] For every existing suite, run the first test whose name starts with bar and, if no such test exists, run the test whose name starts with bar in the suite's - _tests module - [random_suite_order=true] Run tests in a random order, either with - [random_suite_order=Seed] a random seed for the PRNG, or a specific one. + _tests module. + [random_suite_order=true] Run tests in a random order, either + [random_suite_order=Seed] with a random seed for the PRNG, or a + specific one. ct [suite[s]=] [case=] Run common_test suites |