D5269: tests: sniff for /usr/local/bin/gmake and use it in test-fuzz-targets.t

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Wed Nov 28 06:30:02 EST 2018


yuja added a comment.


  > +  $ GMAKE=`which gmake`
  >  +  $ if [ -x $GMAKE ] ; then
  
  Need to check whether `"$GMAKE"` is empty or not. And `which gmake` may
  fail with 1.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5269

To: durin42, #hg-reviewers
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list