bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parallel autotest ineffective for zsh


From: Ralf Wildenhues
Subject: parallel autotest ineffective for zsh
Date: Tue, 7 Jul 2009 21:47:50 +0200
User-agent: Mutt/1.5.20 (2009-06-15)

Since commit 12ec1304fc, the "parallel test execution" fails when I
force use of zsh 4.3.6 on GNU/Linux.  The simple reason for that is that
parallel execution is not turned on for this zsh, because the

  dnl Do we have job control?
  if (set -m && set +m) >/dev/null 2>&1; then

test fails for non-interactive zsh.

Do you have other results for other zsh versions?

If not, I guess that means effectively parallel autotest currently
should be used for bash only, and BUGS and autotest.at should reflect
that.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]