From: David Dyck Date: Fri, 30 Mar 2001 14:44:13 +0000 (-0800) Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d8f1d64935ee0ddedddd0cce1b2afe928cba325;p=p5sagit%2Fp5-mst-13.2.git [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!" Message-Id: <200103302244.OAA12204@dd.tc.fluke.com> The t/rantests flags file creation was accidentally removed by #9217. p4raw-id: //depot/perl@9480 --- diff --git a/Makefile.SH b/Makefile.SH index b8227a6..f1b353d 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -890,6 +890,7 @@ _test: else \ $(MAKE) _test_notty; \ fi + @echo "Ran tests" > t/rantests test check: test_prep PERL=./perl $(MAKE) _test