diff options
author | Peter Andersson <peppe@erlang.org> | 2014-04-03 10:13:16 +0200 |
---|---|---|
committer | Peter Andersson <peppe@erlang.org> | 2014-04-03 10:13:16 +0200 |
commit | 4f01844fc9feda7366c2995fa87bbbf862ea7e69 (patch) | |
tree | 2815738f6198d3176e467f70c812bb268a187bff /lib/common_test/src/ct_framework.erl | |
parent | a6f1a39b615885c2ee4cef53c2deaa996aad3f78 (diff) | |
parent | 3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5 (diff) | |
download | otp-4f01844fc9feda7366c2995fa87bbbf862ea7e69.tar.gz otp-4f01844fc9feda7366c2995fa87bbbf862ea7e69.tar.bz2 otp-4f01844fc9feda7366c2995fa87bbbf862ea7e69.zip |
Merge branch 'peppe/common_test/otp_17_doc'
* peppe/common_test/otp_17_doc:
Document the abort_if_missing_suites functionality
Document changes in the CT hooks API and the event message protocol
Document new ct_telnet logging features
Diffstat (limited to 'lib/common_test/src/ct_framework.erl')
-rw-r--r-- | lib/common_test/src/ct_framework.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl index 7d577462b0..9ef917a507 100644 --- a/lib/common_test/src/ct_framework.erl +++ b/lib/common_test/src/ct_framework.erl @@ -1274,7 +1274,7 @@ report(What,Data) -> ct_util:set_testdata({What,Data}), ok; tc_start -> - %% Data = {Suite,{Func,GroupName}},LogFileName} + %% Data = {{Suite,{Func,GroupName}},LogFileName} Data1 = case Data of {{Suite,{Func,undefined}},LFN} -> {{Suite,Func},LFN}; _ -> Data |