bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports parallel/--halt-on-error


From: Andreas Bernauer
Subject: Re: GNU Parallel Bug Reports parallel/--halt-on-error
Date: Wed, 06 May 2015 13:29:11 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

This seems to be fixed in 20150422
$ parallel --no-notice -j100 --halt-on-error 2 'sleep {} && touch {} &&
exit 1' ::: 2 4 8; ps -ef | grep [t]ouch; ls; sleep 8; ls
parallel: This job failed:
sleep 2 && touch 2 && exit 1
zsh: exit 1     parallel --no-notice -j100 --halt-on-error 2 'sleep {}
&& touch {} && exit 1'
zsh: done       ps -ef |
zsh: exit 1     grep [t]ouch
2
2

On 30/04/15 22:14, Brian Ericson wrote:
> parallel --no-notice -j100 --halt-on-error 2 'sleep {} && touch {} &&
> exit 1' ::: 2 4 8; ps -ef | grep [t]ouch; ls; sleep 8; ls



reply via email to

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