diff options
author | Hans Bolinder <[email protected]> | 2018-08-29 15:45:33 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-01-17 09:51:34 +0100 |
commit | 8b21b2ef5c46f6a831beb9ee4445582c4558e8ba (patch) | |
tree | 04bbd5555dcf00f754c41ad69c2ed37cd6196530 /lib/common_test/src/ct_repeat.erl | |
parent | 401bd13ffd39052d4125fbc6fc8360dc08121883 (diff) | |
download | otp-8b21b2ef5c46f6a831beb9ee4445582c4558e8ba.tar.gz otp-8b21b2ef5c46f6a831beb9ee4445582c4558e8ba.tar.bz2 otp-8b21b2ef5c46f6a831beb9ee4445582c4558e8ba.zip |
common_test: Adjust some calls to io:format()
Diffstat (limited to 'lib/common_test/src/ct_repeat.erl')
-rw-r--r-- | lib/common_test/src/ct_repeat.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_repeat.erl b/lib/common_test/src/ct_repeat.erl index 8b1c7d47bb..b97c6e59e7 100644 --- a/lib/common_test/src/ct_repeat.erl +++ b/lib/common_test/src/ct_repeat.erl @@ -278,7 +278,7 @@ log_loop_info(Args) -> ForceStop -> io_lib:format("force_stop is set to: ~w",[ForceStop]) end, - ct_logs:log("Test loop info",LogStr1++LogStr2++LogStr3++LogStr4,[]) + ct_logs:log("Test loop info","~ts", [LogStr1++LogStr2++LogStr3++LogStr4]) end. ts(Secs) -> |