summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-12-22 11:52:57 +0100
committerYves Orton <demerphq@gmail.com>2022-12-31 20:02:48 +0100
commit5d022c090c6b059cb80c54012b8481b3ae678802 (patch)
treedd5bb65ebae60ecc7fd5e8b6e69ca64d9bcc64b8 /t
parent2edc21432d1ddcf181aa8d3fec356fbaa9d8babd (diff)
downloadperl-5d022c090c6b059cb80c54012b8481b3ae678802.tar.gz
t/harness - show the time tests finished (for late night hack sessions)
I often have multiple tabs open, and have stale test output in them, showing the time at the end will make it easier to find the "latest" test output, especially during late night sessions. :-)
Diffstat (limited to 't')
-rw-r--r--t/harness1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index 5d26a7873e..102753f7b2 100644
--- a/t/harness
+++ b/t/harness
@@ -478,4 +478,5 @@ $h->callback(
my $agg = $h->runtests(@tests);
_cleanup_valgrind(\$htoolnm, \$hgrind_ct);
+printf "Finished test run at %s.\n", scalar(localtime);
exit $agg->has_errors ? 1 : 0;