[darcs-users] darcs patch: Fix space issue in issue803.sh
David Roundy
droundy at darcs.net
Wed May 7 14:26:06 UTC 2008
On Wed, May 07, 2008 at 02:57:07PM +0100, Ian Lynagh wrote:
> On Wed, May 07, 2008 at 02:12:02PM +0200, lele at nautilus.homeip.net wrote:
> > Wed May 7 14:11:37 CEST 2008 lele at nautilus.homeip.net
> > * Fix space issue in issue803.sh
>
> > hunk ./bugs/issue803.sh 7
> > -test $DARCS || DARCS=$PWD/../darcs
> > -
> > hunk ./bugs/issue803.sh 13
> > -$DARCS init
> > +darcs init
>
> Why not just quote it? This makes it hard to test a darcs other than the
> installed one.
If you run make check, it isn't the installed darcs that is tested, but
rather the one you just compiled. The test harness sets the PATH
appropriately. If you want to run the tests on a darcs other than the one
in the repository, you run
DARCS=/usr/bin/darcs make check
and the harness behaves appropriately.
--
David Roundy
Department of Physics
Oregon State University
More information about the darcs-users
mailing list