aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.erl
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-02-24 15:15:41 +0100
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:08 +0200
commitf2dcd87634cdcee65f0a930731a45005b4c20d08 (patch)
tree322016c8b0c6cddc08735f9de898a26e9eb7db36 /lib/common_test/src/ct_util.erl
parent8c79c17611c37217345e969aa2c344fe34e0375e (diff)
downloadotp-f2dcd87634cdcee65f0a930731a45005b4c20d08.tar.gz
otp-f2dcd87634cdcee65f0a930731a45005b4c20d08.tar.bz2
otp-f2dcd87634cdcee65f0a930731a45005b4c20d08.zip
Implement reloading of the config data
Diffstat (limited to 'lib/common_test/src/ct_util.erl')
-rw-r--r--lib/common_test/src/ct_util.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_util.erl b/lib/common_test/src/ct_util.erl
index df124e1ca8..2b06338479 100644
--- a/lib/common_test/src/ct_util.erl
+++ b/lib/common_test/src/ct_util.erl
@@ -139,7 +139,7 @@ do_start(Parent,Mode,LogDir) ->
end
end,
%% start ct_config server
- CTCSResult = ct_config:start(Mode, LogDir),
+ ct_config:start(Mode),
%% add user event handlers
case lists:keysearch(event_handler,1,Opts) of
{value,{_,Handlers}} ->