fix #658: sys.exit 1 if any testcase failed

This commit is contained in:
debugtalk
2019-07-28 11:53:18 +08:00
parent 245891a629
commit bf6d4b63b5
2 changed files with 12 additions and 2 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
# Release History
## 2.2.4 (2019-07-13)
## 2.2.5 (2019-07-28)
**Fixed**
- fix #658: sys.exit 1 if any testcase failed
## 2.2.4 (2019-07-18)
**Changed**