aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_config.erl
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-03-24 11:35:59 +0100
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:16 +0200
commit497c107bcdb7095f402d4b9884b0bfc8f9bbe97f (patch)
treee727a22eb45d5d5df0072cfcbdaac5a09ff7cdc1 /lib/common_test/src/ct_config.erl
parent743d8c90b1f7420fb29077daacf959b018cb4086 (diff)
downloadotp-497c107bcdb7095f402d4b9884b0bfc8f9bbe97f.tar.gz
otp-497c107bcdb7095f402d4b9884b0bfc8f9bbe97f.tar.bz2
otp-497c107bcdb7095f402d4b9884b0bfc8f9bbe97f.zip
Add support for user_config in ct_master
Diffstat (limited to 'lib/common_test/src/ct_config.erl')
-rwxr-xr-xlib/common_test/src/ct_config.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_config.erl b/lib/common_test/src/ct_config.erl
index 312dc8782f..6314361b35 100755
--- a/lib/common_test/src/ct_config.erl
+++ b/lib/common_test/src/ct_config.erl
@@ -753,6 +753,7 @@ prepare_config_list(Args)->
end,
ConfigFiles ++ UserConfigs.
+% TODO: add logging of the loaded configuration file to the CT FW log!!!
add_config(Callback, [])->
read_config_files_int([{Callback, []}], fun store_config/3);
add_config(Callback, [File|_Files]=Config) when is_list(File)->