From 5d022c090c6b059cb80c54012b8481b3ae678802 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Thu, 22 Dec 2022 11:52:57 +0100 Subject: 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. :-) --- t/harness | 1 + 1 file changed, 1 insertion(+) (limited to 't') 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; -- cgit v1.2.1