Show start/end of tests.
authorBen Laurie <ben@links.org>
Wed, 3 Apr 2013 05:30:16 +0000 (06:30 +0100)
committerBen Laurie <ben@links.org>
Sat, 6 Apr 2013 14:13:12 +0000 (15:13 +0100)
util/pl/unix.pl

index b8a218db737b44a82bca97c19336d89e95acee30..553929d32755a4c3ab3357f656728f17cb291ecc 100644 (file)
@@ -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