about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a6adfd7..6ccf997 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -66,7 +66,7 @@ $(slow_tests):
         @$(MAKE) $(shell $(awk_slow) $@)
 
 TEST_OPTS = -v
-run_test = @echo '*** $(arg)$(extra) ***'; \
+run_test = @echo '* $(arg)$(extra)'; \
   setsid $(ruby) $(arg) $(TEST_OPTS) >$(t) 2>&1 || \
   (sed "s,^,$(extra): ," >&2 < $(t); exit 1)