diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-23 05:49:47 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-23 05:49:47 +0100 |
commit | 6fa4daccf8676188291b42c143f34f4ab72ff066 (patch) | |
tree | feae36947dd741197df10b349f89bd5ba1c8210d /runtests.SH | |
parent | f258a6564e3eb38de5b8579ae5a707b154b7d53f (diff) | |
download | perl-6fa4daccf8676188291b42c143f34f4ab72ff066.tar.gz |
runtests should write to t/rantests on successful completion.
Diffstat (limited to 'runtests.SH')
-rw-r--r-- | runtests.SH | 2 |
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 |