From: Max Kirillov <max@max630.net>
To: git@vger.kernel.org
Subject: [question] && chaining vs shell loops
Date: Sun, 29 Mar 2015 18:48:41 +0300 [thread overview]
Message-ID: <20150329154840.GA8771@wheezy.local> (raw)
Hi.
As far as I can see, loops in shell ignore non-zero exit
codes of the bodies which are not last. For example, exit
code of command 'for f in false true; do $f; done' is 0,
even if there was false.
How should one workaround it in test scripts, is there any
established approach?
--
Max
next reply other threads:[~2015-03-29 15:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-29 15:48 Max Kirillov [this message]
2015-03-29 16:07 ` [question] && chaining vs shell loops Andreas Schwab
2015-03-29 17:43 ` Jeff King
2015-03-30 6:29 ` Max Kirillov
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=20150329154840.GA8771@wheezy.local \
--to=max@max630.net \
--cc=git@vger.kernel.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.
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).