diff options
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-x | Test/ztst.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index c34303816..978f3d623 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -336,6 +336,8 @@ $ZTST_code" typeset -A ZTST_sects ZTST_sects=(prep 0 test 0 clean 0) +print "$ZTST_testname: starting." + # Now go through all the different sections until the end. while ZTST_getsect; do case $ZTST_cursect in |