zsh-users
 help / color / mirror / code / Atom feed
From: Akim Demaille <akim@epita.fr>
To: zsh-users@sunsite.auc.dk
Subject: Zsh and Autotest
Date: 22 Dec 2000 16:08:57 +0100	[thread overview]
Message-ID: <mv4g0jgijcm.fsf@nostromo.lrde.epita.fr> (raw)


Hi!

Autotest is a testing framework based on ideas similar to those of
Autoconf.  Autoconf's own test suite is based on Autotest.  An
Autotest test suite is basically a huge for/case/esac/done (25k lines
for Autoconf).  Nobody ever complained about a shell having problems
to handle this.

Nevertheless when I try to run it with Zsh, it basically kills my
machine without starting actual work (-x shows it stops at the for,
i.e., I guess it is trying to find the matching done).  I never had
enough patience to see whether it is still preparing before running,
it's just too painful seeing Zsh swallowing the resources like this.

I personally don't care, Bash and Ash run it fine, but maybe you
wanted to know.  If people want to give it a try, download

        ftp://alpha.gnu.org/gnu/cvs/autoconf.tar.gz

The test suite is the shell script `tests/testsuite', which is created
via make check or make testsuite.

        Akim

PS/  By the way, yes there is Sh compatibility code in there:

#! /bin/sh

# Be Bourne compatible
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
  emulate sh
  NULLCMD=:
elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
  set -o posix
fi


                 reply	other threads:[~2000-12-22 15:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=mv4g0jgijcm.fsf@nostromo.lrde.epita.fr \
    --to=akim@epita.fr \
    --cc=zsh-users@sunsite.auc.dk \
    /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).