Change 20001 by [EMAIL PROTECTED] on 2003/07/04 21:42:12

        Add a new test target in the makefile, test_harness_notty.
        It's like test_harness, but sets HARNESS_NOTTY=1 to make
        Test::Harness' output less blinking.

Affected files ...

... //depot/perl/Makefile.SH#278 edit

Differences ...

==== //depot/perl/Makefile.SH#278 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH#277~19999~ Fri Jul  4 12:39:01 2003
+++ perl/Makefile.SH    Fri Jul  4 14:42:12 2003
@@ -1034,7 +1034,7 @@
        test_tty test-tty _test_tty test_notty test-notty _test_notty \
        utest ucheck test.utf8 check.utf8 test.torture torturetest \
        test.third check.third utest.third ucheck.third test_notty.third \
-       test.deparse test_notty.deparse test_harness \
+       test.deparse test_notty.deparse test_harness test_harness_notty \
        minitest coretest
 
 # Cannot delegate rebuilding of t/perl to make
@@ -1132,6 +1132,9 @@
 
 test_harness: test_prep
        PERL=./perl $(MAKE) TESTFILE=harness _test
+
+test_harness_notty: test_prep
+       PERL=./perl HARNESS_NOTTY=1 $(MAKE) TESTFILE=harness _test
 
 # Handy way to run perlbug -ok without having to install and run the
 # installed perlbug. We don't re-run the tests here - we trust the user.
End of Patch.

Reply via email to