Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Y02 test failure
- X-seq: zsh-workers 49578
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Marlon Richert <marlon.richert@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Y02 test failure
- Date: Fri, 12 Nov 2021 13:49:01 -0800
- Archived-at: <https://zsh.org/workers/49578>
- In-reply-to: <CAHLkEDsL39NdPLTd4=Lk5qEjveMy0y7zXVYX1Ehh7_zwKdqUsg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAHLkEDuB0kWTJsmGWkg_XGoVbb3s=Sjr+j0W4FaaiQreSo-6Gg@mail.gmail.com> <CAH+w=7YSMokfG0n0hxQsfRK-BBxZnfWMDo+LKU-Orn2yUv_k9A@mail.gmail.com> <CAHLkEDsL39NdPLTd4=Lk5qEjveMy0y7zXVYX1Ehh7_zwKdqUsg@mail.gmail.com>
On Fri, Nov 12, 2021 at 1:28 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> I tried it again after doing `make realclean`, etc.
Dunno what else to tell you; have you tried increasing ZTST_verbose ?
zsh-5.8-542-gc7f4634
524 make realclean
526 ./Util/preconfig
527 ./configure
528 make
529 make check TESTNUM=Y01
cd Test ; /Applications/Xcode.app/Contents/Developer/usr/bin/make check
if test -n "gcc"; then \
cd .. && DESTDIR= \
/Applications/Xcode.app/Contents/Developer/usr/bin/make
MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
if test -z "$ZTST_handler"; then \
ZTST_handler=runtests.zsh; \
fi; \
if ZTST_testlist="`for f in ./Y01*.ztst; \
do echo $f; done`" \
ZTST_srcdir="." \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f ./$ZTST_handler; then \
stat=0; \
else \
stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
./Y01completion.ztst: starting.
./Y01completion.ztst: all tests successful.
**************************************
1 successful test script, 0 failures, 0 skipped
**************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author