about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-05 20:20:14 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-05 20:20:14 -0700
commitcada8cddb16fd0117cffdbf9d4624807af4af797 (patch)
tree4e3a8891b634ed1118910655451fdf24741c6b25
parentd39a7243be2925057e87372e3a01c3deda5b558d (diff)
downloadunicorn-cada8cddb16fd0117cffdbf9d4624807af4af797.tar.gz
It was wrapping in my 80 column terminal when prefixed
with some text.
-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)