Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2020 13:30:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250723] Add `set pipefail` to most framework scripts to ensure early failures
Message-ID:  <bug-250723-7788-G4tt25X6iN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250723-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250723-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250723

--- Comment #13 from commit-hook@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

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250723-7788-G4tt25X6iN>