summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-04-03 06:30:16 +0100
committerBen Laurie <ben@links.org>2013-04-06 15:13:12 +0100
commite92ce4e35b9473e91297c044963fd84e9db60f78 (patch)
tree40d78b4b7ef1ae03e63862f3c31eeff22a1f26d2 /util
parent3426b8ed3fedd57706b62a94f5423245f5cfb54b (diff)
Show start/end of tests.
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl2
1 files changed, 1 insertions, 1 deletions
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