Re: [HACKERS] pg_regress breaks on msys - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] pg_regress breaks on msys
Date
Msg-id 200607281931.k6SJVw901030@momjian.us
Whole thread Raw
In response to Re: [HACKERS] pg_regress breaks on msys  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > *** src/test/regress/pg_regress.c    27 Jul 2006 15:37:19 -0000    1.16
> > --- src/test/regress/pg_regress.c    28 Jul 2006 19:01:12 -0000
> > ***************
> > *** 813,823 ****
> >        * work for inspecting the results of system().  For the moment,
> >        * hard-wire the check on Windows.
> >        */
> > - #ifndef WIN32
> >       if (!WIFEXITED(r) || WEXITSTATUS(r) > 1)
> > - #else
> > -     if (r != 0 && r != 1)
> > - #endif
> >       {
> >           fprintf(stderr, _("diff command failed with status %d: %s\n"), r, cmd);
> >           exit_nicely(2);
>
> Um, please also remove the comment just above that.

Done.

--
  Bruce Momjian   bruce@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] pg_regress breaks on msys
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] 8.2 features?