From 176ffe95b4a09b96db006c5f6287da4109df8776 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 18 Feb 2019 12:21:41 +0100 Subject: Prepare release --- lib/common_test/doc/src/notes.xml | 19 +++++++++++++++++++ lib/common_test/vsn.mk | 2 +- make/otp_version_tickets | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 make/otp_version_tickets diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 7e909b24cd..e1b37aaa31 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,25 @@ notes.xml +
Common_Test 1.15.4.0.1 + +
Fixed Bugs and Malfunctions + + +

+ The status of a test case which failed with timetrap + timeout in end_per_testcase could not be modified + by returning {fail,Reason} from a + post_end_per_testcase hook function. This is now + corrected.

+

+ Own Id: OTP-15584 Aux Id: ERIERL-282

+
+
+
+ +
+
Common_Test 1.15.4
Fixed Bugs and Malfunctions diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index ea3e9871cb..0f95d1abdf 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.15.4 +COMMON_TEST_VSN = 1.15.4.0.1 diff --git a/make/otp_version_tickets b/make/otp_version_tickets new file mode 100644 index 0000000000..7313fa0342 --- /dev/null +++ b/make/otp_version_tickets @@ -0,0 +1 @@ +OTP-15584 -- cgit v1.2.3