diff options
author | Yves Orton <demerphq@gmail.com> | 2022-12-22 11:52:57 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2022-12-31 20:02:48 +0100 |
commit | 5d022c090c6b059cb80c54012b8481b3ae678802 (patch) | |
tree | dd5bb65ebae60ecc7fd5e8b6e69ca64d9bcc64b8 /t | |
parent | 2edc21432d1ddcf181aa8d3fec356fbaa9d8babd (diff) | |
download | perl-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/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |