diff options
author | Peter Andersson <[email protected]> | 2014-05-02 11:02:07 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2014-05-02 11:02:07 +0200 |
commit | d019a20989b3f299e8fdcf20dc210e233ddc3028 (patch) | |
tree | 9c104eebe7f9e6e190acfffea50cd8cfa7838c8b /lib/common_test/src/ct.erl | |
parent | 7a76bd5b8794a5a1b2223b7cd6dce6b37bdb2d0b (diff) | |
parent | 43fe944a466c47cca84cc4b02371004847927355 (diff) | |
download | otp-d019a20989b3f299e8fdcf20dc210e233ddc3028.tar.gz otp-d019a20989b3f299e8fdcf20dc210e233ddc3028.tar.bz2 otp-d019a20989b3f299e8fdcf20dc210e233ddc3028.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r-- | lib/common_test/src/ct.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl index 241cd928b7..85afdc7834 100644 --- a/lib/common_test/src/ct.erl +++ b/lib/common_test/src/ct.erl @@ -773,7 +773,7 @@ comment(Format, Args) when is_list(Format), is_list(Args) -> send_html_comment(Comment) -> Html = "<font color=\"green\">" ++ Comment ++ "</font>", - ct_util:set_testdata({comment,Html}), + ct_util:set_testdata({{comment,group_leader()},Html}), test_server:comment(Html). %%%----------------------------------------------------------------- |