From 304ce85a2ad9c42351903fb16da36f02ad144de7 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 23 Jun 2020 12:32:44 +0000 Subject: 46102: test harness: Make the XPass message distinct from the Fail message. The new output is: ./Test/B02typeset.ztst: starting. Test ./Test/B02typeset.ztst was expected to fail, but passed. Was testing: this is the description that's after the colon on in the ztst file ./Test/B02typeset.ztst: test XPassed. ************************************** 0 successful test scripts, 1 failure, 0 skipped ************************************** make[1]: *** [Makefile:190: check] Error 1 make: *** [Makefile:263: check] Error 2 The new function is deliberately very similar to ZTST_testfailed() just above it. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11829e3a6..f55891b47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-06-25 Daniel Shahaf + + * 46102: Test/ztst.zsh: test harness: Make the XPass message + distinct from the Fail message. + 2020-06-22 Peter Stephenson * 46079: Src/math.c, Test/C01arith.ztst: Ignore double quotes in -- cgit 1.4.1