test/Makefile
changeset 35745 98d92a790ca5
parent 34594 7e0595aab028
child 37863 e5e036fff56c
--- a/test/Makefile	Thu Feb 11 11:54:00 2016 +0100
+++ b/test/Makefile	Mon Feb 08 08:05:12 2016 +0100
@@ -40,8 +40,7 @@
 define SUBDIR_TEST # subdirectory target
 if [ -d $1 ] ; then \
   if [ -r $1/test/Makefile ] ; then \
-    echo "$(MAKE) -k -C $1/test $2" ; \
-    $(MAKE) -k -C $1/test $2 ; \
+    $(MAKE) --no-print-directory -k -C $1/test $2 ; \
   else \
     echo "ERROR: File does not exist: $1/test/Makefile"; \
     exit 1; \