zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Marlon Richert <marlon.richert@gmail.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Y02 test failure
Date: Fri, 12 Nov 2021 13:49:01 -0800	[thread overview]
Message-ID: <CAH+w=7ZV1qLUG=2udp-1134BYg-C6z1w8_Ayb0zzDTQdpD_cuA@mail.gmail.com> (raw)
In-Reply-To: <CAHLkEDsL39NdPLTd4=Lk5qEjveMy0y7zXVYX1Ehh7_zwKdqUsg@mail.gmail.com>

On Fri, Nov 12, 2021 at 1:28 PM Marlon Richert <marlon.richert@gmail.com> 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
**************************************


  reply	other threads:[~2021-11-12 21:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12 19:23 Marlon Richert
2021-11-12 19:56 ` Bart Schaefer
2021-11-12 21:28   ` Marlon Richert
2021-11-12 21:49     ` Bart Schaefer [this message]
2021-11-12 22:00       ` Lawrence Velázquez
2021-11-13 17:15         ` Marlon Richert
2021-11-29 21:43           ` Y01 " Marlon Richert
2021-11-30 14:57             ` Jun. T
2021-12-01  3:39               ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2021-10-27  1:50 Y02 Test Failure Vin Shelton
2021-10-27  2:36 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7ZV1qLUG=2udp-1134BYg-C6z1w8_Ayb0zzDTQdpD_cuA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=marlon.richert@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).