[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl5-changes
Subject:    [perl.git]  branch jkeenan/minitest, updated. v5.27.4-12-gec45918521
From:       James Keenan <jkeen () verizon ! net>
Date:       2017-09-22 2:09:35
Message-ID: E1dvDPL-0000QM-2P () camel-001 ! ams6 ! corp ! booking ! com
[Download RAW message or body]

In perl.git, the branch jkeenan/minitest has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ec45918521d2a2d04808ce59f72ac3beb14c18b4?hp=a51484eccac1d0452f5bb5cc45e89a8acbc6c2a3>


- Log -----------------------------------------------------------------
commit ec45918521d2a2d04808ce59f72ac3beb14c18b4
Author: James E Keenan <jkeenan@cpan.org>
Date:   Thu Sep 21 22:04:31 2017 -0400

    Make patch viable.
-----------------------------------------------------------------------

Summary of changes:
 Makefile.SH        |  3 +--
 t/opbasic/zphony.t | 20 --------------------
 2 files changed, 1 insertion(+), 22 deletions(-)
 delete mode 100644 t/opbasic/zphony.t

diff --git a/Makefile.SH b/Makefile.SH
index 5991e6bf61..b0f0d9de7d 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1633,8 +1633,7 @@ minitest_prep:
 	@echo " "
 	cd t && (rm -f $(PERL_EXE); $(LNS) ../$(MINIPERL_EXE) $(PERL_EXE))
 
-#MINITEST_TESTS = base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t \
                uni/*.t perf/*.t
-MINITEST_TESTS = base/*.t opbasic/*.t
+MINITEST_TESTS = base/*.t comp/*.t cmd/*.t run/*.t io/*.t re/*.t opbasic/*.t op/*.t \
uni/*.t perf/*.t  
 minitest: $(MINIPERL_EXE) minitest_prep
 	cd t && $(RUN_PERL) TEST $(MINITEST_TESTS) <$(devtty)
diff --git a/t/opbasic/zphony.t b/t/opbasic/zphony.t
deleted file mode 100644
index 31a610cdfa..0000000000
--- a/t/opbasic/zphony.t
+++ /dev/null
@@ -1,20 +0,0 @@
-#!./perl
-
-print "1..2\n";
-
-# very basic tests of while
-
-$x = 0;
-while ($x != 3) {
-    $x = $x + 1;
-}
-if ($x == 3) { print "ok 1\n"; } else { print "not ok 1\n";}
-
-$x = 0;
-while (1) {
-    $x = $x + 1;
-    last if $x == 3;
-}
-#if ($x == 3) { print "ok 2\n"; } else { print "not ok 2\n";}
-if ($x == 17) { print "ok 2\n"; } else { print "not ok 2\n";}
-

--
Perl5 Master Repository


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic