summaryrefslogtreecommitdiff
path: root/runtests.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-23 05:49:47 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-23 05:49:47 +0100
commit6fa4daccf8676188291b42c143f34f4ab72ff066 (patch)
treefeae36947dd741197df10b349f89bd5ba1c8210d /runtests.SH
parentf258a6564e3eb38de5b8579ae5a707b154b7d53f (diff)
downloadperl-6fa4daccf8676188291b42c143f34f4ab72ff066.tar.gz
runtests should write to t/rantests on successful completion.
Diffstat (limited to 'runtests.SH')
-rw-r--r--runtests.SH2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtests.SH b/runtests.SH
index 7e417a37d9..bab27e9fec 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