summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-12 16:56:18 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-12 16:56:18 +0900
commit06e5ec914fdedac6446e02c9427a1706dda9c505 (patch)
treeaddf373faf77728f9276179e681eb5f7ea9f7b38 /ChangeLog
parent49996 (Peter) + 50012: add ZTST_continue (diff)
downloadzsh-06e5ec914fdedac6446e02c9427a1706dda9c505.tar
zsh-06e5ec914fdedac6446e02c9427a1706dda9c505.tar.gz
zsh-06e5ec914fdedac6446e02c9427a1706dda9c505.tar.bz2
zsh-06e5ec914fdedac6446e02c9427a1706dda9c505.tar.lz
zsh-06e5ec914fdedac6446e02c9427a1706dda9c505.tar.xz
zsh-06e5ec914fdedac6446e02c9427a1706dda9c505.tar.zst
zsh-06e5ec914fdedac6446e02c9427a1706dda9c505.zip
50013: skip %test if a chunk in %prep fails
Only %test is skipped if a chunk in %prep returns nonzero. Both %test and %clean are skipped if ZTST_unimplemented is set in a chunk of %prep. ZTST_cleanup is run in both cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f91be1413..3c4f020ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-04-12 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+ * 50013: Test/P01privileged.ztst, Test/ztst.zsh: skip %test if
+ a chunk in %prep returns nonzero
+
* 49996 (Peter) + 50012: Test/README, Test/ztst.zsh: add
ZTST_continue to continue tests after a failure