aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_run.erl
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-02-23 15:31:12 +0100
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:08 +0200
commit8c79c17611c37217345e969aa2c344fe34e0375e (patch)
tree039b29fe7826c728e882a95c5f1d51a63e4d5134 /lib/common_test/src/ct_run.erl
parentfb0f87106861fcd45688a78dc587352d15f91a4a (diff)
downloadotp-8c79c17611c37217345e969aa2c344fe34e0375e.tar.gz
otp-8c79c17611c37217345e969aa2c344fe34e0375e.tar.bz2
otp-8c79c17611c37217345e969aa2c344fe34e0375e.zip
Remove configuration handling from ct_util completely
Diffstat (limited to 'lib/common_test/src/ct_run.erl')
-rw-r--r--lib/common_test/src/ct_run.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_run.erl b/lib/common_test/src/ct_run.erl
index b86dd8fe2f..04bc047f43 100644
--- a/lib/common_test/src/ct_run.erl
+++ b/lib/common_test/src/ct_run.erl
@@ -222,7 +222,7 @@ script_start1(Parent, Args) ->
end,
Config = ConfigFiles ++ UserConfigs,
case Config of
- false ->
+ [] ->
case install([{config,[]},
{event_handler,EvHandlers}],
LogDir) of