git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [question] && chaining vs shell loops
@ 2015-03-29 15:48 Max Kirillov
  2015-03-29 16:07 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Max Kirillov @ 2015-03-29 15:48 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-30  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 15:48 [question] && chaining vs shell loops Max Kirillov
2015-03-29 16:07 ` Andreas Schwab
2015-03-29 17:43   ` Jeff King
2015-03-30  6:29     ` Max Kirillov

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).