mycodeplug / example-codeplug

Example codeplug for dzcb. Customize to suit your needs and generate in the cloud.
https://github.com/mycodeplug/dzcb/blob/main/doc/WALKTHROUGH.md#example-codeplug-walkthough
2 stars 18 forks source link

tox.ini: exit non-zero if any command fails #9

Closed masenf closed 3 years ago

masenf commented 3 years ago

find only exits non-zero if finding something failed, ignoring any exec'd program exit status.

use bash and xargs to preserve the non-zero exit status