In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/a1f354d3762aa87a796bc3d383629bfc853472f5?hp=5226e07ddf0fbe83ce338d40a5aee3cd37845ff1>

- Log -----------------------------------------------------------------
commit a1f354d3762aa87a796bc3d383629bfc853472f5
Author: Tony Cook <t...@develop-help.com>
Date:   Tue Feb 5 10:39:57 2019 +1100

    (perl #133462) add specific test run instructions to README.win32
    
    README.win32 provides generally standalone instructions for running
    and testing perl, but unlike INSTALL didn't provide instructions
    for repeating individual tests.
    
    Both perlguts and INSTALL provide instructions on repeating individual
    tests, and considering at the point a user want this information they
    don't have a working perl installation, I think it's reasonable to
    repeat it here.

-----------------------------------------------------------------------

Summary of changes:
 README.win32 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.win32 b/README.win32
index 0ca1ce4cf4..f42a7cb5b6 100644
--- a/README.win32
+++ b/README.win32
@@ -459,6 +459,13 @@ include some tools (C<type> for instance) which override 
the Windows
 ones and makes tests fail. Remove them from your path while testing to
 avoid these errors.
 
+To see the output of specific failing tests run the harness from the t
+directory:
+
+  # assuming you're starting from the win32 directory
+  cd ..\win32
+  .\perl harness <list of tests>
+
 Please report any other failures as described under L</BUGS AND CAVEATS>.
 
 =head2 Installation of Perl on Windows

-- 
Perl5 Master Repository

Reply via email to