Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-07-08 Thread François PERRAD
At 22:43 14/06/2005 -0700, you wrote: # New Ticket Created by Clement Cherlin # Please include the string: [perl #36290] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36290 > François PERRAD wrote: > > Please, revert t

Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread Clement Cherlin
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote: > Clement Cherlin wrote: > > > ... I agree that it's a somewhat > > ugly workaround, but it was the simplest method I could think of. > Can > > you suggest an alternate solution? > > TEST_FILES in makefiles/root.in has forward slashes. During

Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread Leopold Toetsch
Clement Cherlin wrote: ... I agree that it's a somewhat ugly workaround, but it was the simplest method I could think of. Can you suggest an alternate solution? TEST_FILES in makefiles/root.in has forward slashes. During creation of the Makefile these get somewhere converted to backslashes. T

Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread Clement Cherlin
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote: > Clement Cherlin wrote: > > --- Leopold Toetsch via RT <[EMAIL PROTECTED]> > wrote: > > >>Doesn't a) perl take forward slashes too and b) harness do the glob > > >>anyway? If the shell globs the test args, we'll run into > commandline > >>l

Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread Leopold Toetsch
Clement Cherlin wrote: --- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote: Doesn't a) perl take forward slashes too and b) harness do the glob anyway? If the shell globs the test args, we'll run into commandline length issues sooner or later. leo Perl will accept both forward and backw

Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread Clement Cherlin
--- Leopold Toetsch via RT <[EMAIL PROTECTED]> wrote: > Clement Cherlin (via RT) wrote: > > >>perl.exe t\harness --gc-debug --running-make-test > > > > t\library\*.t > > [ ... ] > > Doesn't a) perl take forward slashes too and b) harness do the glob > anyway? If the shell globs the

Re: [perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread Leopold Toetsch
Clement Cherlin (via RT) wrote: perl.exe t\harness --gc-debug --running-make-test t\library\*.t [ ... ] Doesn't a) perl take forward slashes too and b) harness do the glob anyway? If the shell globs the test args, we'll run into commandline length issues sooner or later. leo

[perl #36290] [PATCH] Fix 'make test' breakage with mingw32-make

2005-06-15 Thread via RT
# New Ticket Created by Clement Cherlin # Please include the string: [perl #36290] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36290 > François PERRAD wrote: > > Please, revert this patch (r8298) > With MinGW & cmd.exe