diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2012-06-08 07:11:00 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-06-08 07:11:00 -0700 |
commit | 9ec6f3744486d26e88ce9d513654b8cfa45c551e (patch) | |
tree | f42721c4c4899b58637b7cbfea95c0904b4ca03a /rebar.config.sample | |
parent | a7d64deb4316b06c23e4442f4120b9afea7414a9 (diff) | |
parent | bebd9d2ae6da04c367e4b7aa976c2b4d4abbd471 (diff) |
Merge pull request #230 from hyperthunk/ct-name
Support ct_run using short name
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index dc4253b..0e846f9 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -85,6 +85,9 @@ %% Option to pass extra parameters when launching Common Test {ct_extra_params, "-boot start_sasl -s myapp"}. +%% Option to use short names (i.e., -sname test) when starting ct +{ct_use_short_names, true}. + %% == Cleanup == %% Which files to cleanup |