[Bug 250723] Add `set pipefail` to most framework scripts to ensure early failures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 11 13:30:44 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250723
--- Comment #13 from commit-hook at FreeBSD.org ---
A commit references this bug:
Author: mat
Date: Wed Nov 11 13:30:03 UTC 2020
New revision: 554894
URL: https://svnweb.freebsd.org/changeset/ports/554894
Log:
Ignore grep return value.
Most of the time, we use grep in a test, where its return value is
important. In this instance, it is only used for filtering, and we do
not care about its return value, so ignore it.
PR: 250723
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D27007
Changes:
head/Mk/Scripts/create-manifest.sh
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list