From 47198f179ab14cf8cfcdab0d976650cd1519b236 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:57:50 +0100 Subject: Update release notes --- lib/common_test/doc/src/notes.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'lib/common_test/doc/src') diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index b039023e0f..c6b928bb5d 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,33 @@ notes.xml +
Common_Test 1.15.3 + +
Improvements and New Features + + +

+ A new function, ct:remaining_test_procs/0, returns + the identity of test- and group leader processes that are + still running at the time of the call.

+

+ Own Id: OTP-13832

+
+ +

+ A "latest test result" link is now displayed in the + footer of each test index page, which performs a jump to + the most recently generated test index. This is useful + for making quick comparisons of results between test runs + without having to traverse the log file tree.

+

+ Own Id: OTP-14281

+
+
+
+ +
+
Common_Test 1.15.2
Improvements and New Features -- cgit v1.2.3