mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
rebar_ct: fix wording in comments
This commit is contained in:
parent
39728242f0
commit
abb319d10a
1 changed files with 5 additions and 5 deletions
|
@ -26,14 +26,14 @@
|
||||||
%% -------------------------------------------------------------------
|
%% -------------------------------------------------------------------
|
||||||
%%
|
%%
|
||||||
%% Targets:
|
%% Targets:
|
||||||
%% test - runs common test suites in ./test
|
%% test - run common test suites in ./test
|
||||||
%% int_test - runs suites in ./int_test
|
%% int_test - run suites in ./int_test
|
||||||
%% perf_test - runs suites inm ./perf_test
|
%% perf_test - run suites inm ./perf_test
|
||||||
%%
|
%%
|
||||||
%% Global options:
|
%% Global options:
|
||||||
%% verbose=1 - show output from the common_test run as it goes
|
%% verbose=1 - show output from the common_test run as it goes
|
||||||
%% suites="foo,bar" - runs <test>/foo_SUITE and <test>/bar_SUITE
|
%% suites="foo,bar" - run <test>/foo_SUITE and <test>/bar_SUITE
|
||||||
%% case="mycase" - runs individual test case foo_SUITE:mycase
|
%% case="mycase" - run individual test case foo_SUITE:mycase
|
||||||
%% -------------------------------------------------------------------
|
%% -------------------------------------------------------------------
|
||||||
-module(rebar_ct).
|
-module(rebar_ct).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue