[ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test...
David Dyck [Fri, 30 Mar 2001 14:44:13 +0000 (06:44 -0800)]
Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>

The t/rantests flags file creation was accidentally
removed by #9217.

p4raw-id: //depot/perl@9480

Makefile.SH

index b8227a6..f1b353d 100644 (file)
@@ -890,6 +890,7 @@ _test:
        else \
          $(MAKE) _test_notty; \
        fi
+       @echo "Ran tests" > t/rantests
 
 test check: test_prep
        PERL=./perl $(MAKE) _test