diff options
author | Andrey Pampukha <[email protected]> | 2010-03-24 11:35:59 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:16 +0200 |
commit | 497c107bcdb7095f402d4b9884b0bfc8f9bbe97f (patch) | |
tree | e727a22eb45d5d5df0072cfcbdaac5a09ff7cdc1 /lib/common_test/src/ct_config.erl | |
parent | 743d8c90b1f7420fb29077daacf959b018cb4086 (diff) | |
download | otp-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-x | lib/common_test/src/ct_config.erl | 1 |
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)-> |