From 9959fd2f9be7b9e03f23732e15a3231f43521702 Mon Sep 17 00:00:00 2001 From: ussserrr Date: Mon, 11 Feb 2019 00:36:21 +0300 Subject: [PATCH] fix a bug allowing to pass the test even in case of error --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 1fb7f3b..bff5ef2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -69,5 +69,6 @@ stm32pio changelog: - Fixed: license copyright - Fixed: 'dot' path will be handle successfully now - Fixed: bug on case insensitive machines + - Fixed: bug in tests that allowing to pass the test even in failure situation - Changed: test '.ioc' file is updated to the latest STM32CubeMX version (5.0.1 at the moment) - Changed: documentation improvements