In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6fa4daccf8676188291b42c143f34f4ab72ff066?hp=f258a6564e3eb38de5b8579ae5a707b154b7d53f>

- Log -----------------------------------------------------------------
commit 6fa4daccf8676188291b42c143f34f4ab72ff066
Author: Nicholas Clark <[email protected]>
Date:   Wed Sep 23 05:49:47 2009 +0100

    runtests should write to t/rantests on successful completion.
-----------------------------------------------------------------------

Summary of changes:
 runtests.SH |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtests.SH b/runtests.SH
index 7e417a3..bab27e9 100644
--- a/runtests.SH
+++ b/runtests.SH
@@ -66,6 +66,8 @@ if test \$tty = Y; then
 else
     PERL_SKIP_TTY_TEST=1 \$PERL \$TESTFILE \$TEST_ARGS \$TEST_FILES
 fi
+
+echo "Ran tests" > rantests
 !GROK!THIS!
 $eunicefix runtests
 chmod +x runtests

--
Perl5 Master Repository

Reply via email to