From: Nicholas Clark Date: Wed, 23 Sep 2009 04:49:47 +0000 (+0100) Subject: runtests should write to t/rantests on successful completion. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6fa4daccf8676188291b42c143f34f4ab72ff066;p=p5sagit%2Fp5-mst-13.2.git runtests should write to t/rantests on successful completion. --- 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