Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Ledest:erlang:26
erlang
2412-ct-Fix-format-to-be-a-non-deep-list.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 2412-ct-Fix-format-to-be-a-non-deep-list.patch of Package erlang
From 1d04048f01cba54022ac93c11da9b4434f87a022 Mon Sep 17 00:00:00 2001 From: Lukas Larsson <lukas@erlang.org> Date: Fri, 30 Aug 2024 10:31:36 +0200 Subject: [PATCH] ct: Fix format to be a non-deep list --- lib/common_test/src/cte_track.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common_test/src/cte_track.erl b/lib/common_test/src/cte_track.erl index 9fc9614469..2daa84d342 100644 --- a/lib/common_test/src/cte_track.erl +++ b/lib/common_test/src/cte_track.erl @@ -152,11 +152,11 @@ handle_event(#event{name = test_done}, print(D, "# CONF TOTALS ~p ok, ~p failed, ~pU/~pA skipped~n" ++ "# TEST TOTALS ~p ok, ~p failed, ~pU/~pA skipped~n" ++ - "# TIME ELAPSED " ++ - get_nice_time(get_seconds() - StartTime) ++ "~n", + "# TIME ELAPSED ~s~n", [GetCount(ok), GetCount(failed), GetCount(skipped), GetCount(auto_skipped)] ++ - [Ok, Failed, UserSkip, AutoSkip]), + [Ok, Failed, UserSkip, AutoSkip, + get_nice_time(get_seconds() - StartTime)]), print_line(D), print(D, "~n"), {ok,State}; -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor