From bebd9d2ae6da04c367e4b7aa976c2b4d4abbd471 Mon Sep 17 00:00:00 2001 From: Tim Watson Date: Tue, 22 May 2012 15:50:26 +0100 Subject: Support ct_run using short name Not every system under test can be run with long names, and this makes rebar's common_test support useless in those environments, as it currently uses long names (test@hostname.domain) by default, without recourse to change them. This patch adds support for a {ct_use_short_names, boolean()} config variable, which allows the user to specify whether short or long names are required. --- rebar.config.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rebar.config.sample') 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 -- cgit v1.1