summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2021-05-26 21:49:18 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-26 21:49:18 +0200
commitc512599b22aac7305b171566c2f595e0ae85b885 (patch)
tree052b8b4cf8067b7fce8d50d10b01a2256ec4dcd1 /src/testdir/Makefile
parent7d840e9ac7529ec144e103d2a13abce8aa8c1ff1 (diff)
patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889
Problem: Typo and verbose comment in Makefiles. Solution: Fix typo. Use @#. (Ken Takata, closes #8252)
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 050a032f1a..3f33bf8646 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -40,7 +40,7 @@ tiny: nolog tinytests report
benchmark: $(SCRIPTS_BENCH)
report:
- # without the +eval feature test_result.log is a copy of test.log
+ @# without the +eval feature test_result.log is a copy of test.log
@/bin/sh -c "if test -f test.log; \
then cp test.log test_result.log; \
else echo No failures reported > test_result.log; \