about summary refs log tree commit diff
path: root/Test/README
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-12 16:30:40 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-12 16:30:40 +0900
commit3622551e0270372cc3b0b6e974d85ab1288a2aa7 (patch)
treeacf4b53db4e0c293fe7182dbbe4cf79d848f31a5 /Test/README
parentf5b2d65337c81ef3b58f376d2128a6ab8f1ccaf4 (diff)
downloadzsh-3622551e0270372cc3b0b6e974d85ab1288a2aa7.tar.gz
zsh-3622551e0270372cc3b0b6e974d85ab1288a2aa7.tar.xz
zsh-3622551e0270372cc3b0b6e974d85ab1288a2aa7.zip
49996 (Peter) + 50012: add ZTST_continue
Diffstat (limited to 'Test/README')
-rw-r--r--Test/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/README b/Test/README
index 726d68e72..670434ac3 100644
--- a/Test/README
+++ b/Test/README
@@ -20,6 +20,13 @@ more information about the tests being performed with
   ZTST_verbose=1 make check
 (`test' is equivalent to `check') or change 1 to 2 for even more detail.
 
+A test file is usually aborted on the first error.  To continue to the
+end, run with
+  ZTST_continue=1 make check
+This can usefully be combined with ZTST_verbose.  The test is always
+aborted on a syntax error as in that case it is not obvoius how to
+continue.
+
 Individual or groups of tests can be performed with
   make TESTNUM=C02 check
 or