aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_config.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2012-11-20 12:19:31 +0100
committerPeter Andersson <[email protected]>2012-11-20 12:20:11 +0100
commit8b2dcbaf0acd2350f8b3259701384e6d1a858824 (patch)
treec743f0f6c27a93a7ecaedc4bf840e772a5d91e0c /lib/common_test/src/ct_config.erl
parent1ecc870573b37491e9dd7965d29d20efea557c01 (diff)
parent4a0600126b78a7083cb380c5d9efcdd364f551f8 (diff)
downloadotp-8b2dcbaf0acd2350f8b3259701384e6d1a858824.tar.gz
otp-8b2dcbaf0acd2350f8b3259701384e6d1a858824.tar.bz2
otp-8b2dcbaf0acd2350f8b3259701384e6d1a858824.zip
Merge remote branch 'origin/peppe/common_test/config_broken_r15b03' into maint
* origin/peppe/common_test/config_broken_r15b03: Fix problem with config start option not accepting list of files OTP-10495
Diffstat (limited to 'lib/common_test/src/ct_config.erl')
-rw-r--r--lib/common_test/src/ct_config.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_config.erl b/lib/common_test/src/ct_config.erl
index 06a8e12f55..b1d709bc75 100644
--- a/lib/common_test/src/ct_config.erl
+++ b/lib/common_test/src/ct_config.erl
@@ -171,7 +171,7 @@ process_default_configs(Opts) ->
lists:flatmap(fun({config,[_|_] = FileOrFiles}) ->
case {io_lib:printable_list(FileOrFiles),
io_lib:printable_list(hd(FileOrFiles))} of
- {true,true} ->
+ {false,true} ->
FileOrFiles;
{true,false} ->
[FileOrFiles];