[Rpm-maint] [rpm-software-management/rpm] Build scriptlets handling: pass exit status of last execution regardless (#249)

Remi Collet notifications at github.com
Mon Oct 9 07:01:37 UTC 2017


I think this change if perfectly valid, and previous behavior was a bug, btw (just for memory), we now have lot packages (php-pear-*) which are FTBFS in F27+ because of

     grep FAILED test.log && exit 1

The fix is trivial

     grep FAILED test.log && exit 1 || exit 0


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/249#issuecomment-335078583
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20171009/989ce319/attachment.html>


More information about the Rpm-maint mailing list