瀏覽代碼

Merge pull request #233 from tuncer/commands

docs: fix #228
pull/3/head
Jared Morrow 11 年之前
父節點
當前提交
6e24cd6ac7
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. +6
    -5
      src/rebar.erl

+ 6
- 5
src/rebar.erl 查看文件

@ -371,18 +371,19 @@ generate-upgrade previous_release=path Build an upgrade package
generate-appups previous_release=path Generate appup files 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 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 name starting with 'bar' in foo.erl
and test/foo_tests.erl] and test/foo_tests.erl]
[test[s]=bar] For every existing suite, run the first [test[s]=bar] For every existing suite, run the first
test whose name starts with bar and, if test whose name starts with bar and, if
no such test exists, run the test whose no such test exists, run the test whose
name starts with bar in the suite's 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 ct [suite[s]=] [case=] Run common_test suites

Loading…
取消
儲存