From: Ben Laurie Date: Wed, 3 Apr 2013 05:30:16 +0000 (+0100) Subject: Show start/end of tests. X-Git-Tag: master-post-reformat~1343 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e92ce4e35b9473e91297c044963fd84e9db60f78;p=oweals%2Fopenssl.git Show start/end of tests. --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index b8a218db73..553929d327 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -341,7 +341,7 @@ sub get_tests $r =~ s/\.\.\/(\S+)/\$(SRC_D)\/$1/g; $r = fixrules($r); - $each .= "$t: test_scripts $d\n$r\n"; + $each .= "$t: test_scripts $d\n\t\@echo '$t test started'\n$r\t\@echo '$t test done'\n\n"; } # FIXME: Might be a clever way to figure out what needs copying