summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-14 12:24:52 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-14 12:44:09 +0100
commit8a94a41ef057020179031a21cbe5978ec2c179fb (patch)
tree1a2d254d5c15b98f8a24507bf881b5b97fc8dbd3 /src/rebar_eunit.erl
parentdf42410cf21a37e0c48e741ffa37db9efc576309 (diff)
Document compile_only=true
Diffstat (limited to 'src/rebar_eunit.erl')
-rw-r--r--src/rebar_eunit.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index 6ea28f7..2dc4505 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -126,7 +126,8 @@ info_help(Description) ->
" tests=\"baz\" (For every existing suite, run the first test whose~n"
" name starts with bar and, if no such test exists,~n"
" run the test whose name starts with bar in the~n"
- " suite's _tests module)~n",
+ " suite's _tests module)~n"
+ " compile_only=true (Compile but do not run tests)",
[
Description,
{eunit_opts, []},