projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d3d92b
)
test: fix typo in informational message
author
David Bremner
<david@tethera.net>
Fri, 29 Jan 2016 11:53:12 +0000
(07:53 -0400)
committer
David Bremner
<david@tethera.net>
Sat, 13 Feb 2016 16:32:05 +0000
(12:32 -0400)
Thanks to Olly Betts for noticing
test/Makefile.local
patch
|
blob
|
history
diff --git
a/test/Makefile.local
b/test/Makefile.local
index 2b18691403aaa101ab81878c22f957eb1a1f034b..30d420e5b661793a1fcde8118136a729048e4811 100644
(file)
--- a/
test/Makefile.local
+++ b/
test/Makefile.local
@@
-57,7
+57,7
@@
test-binaries: $(TEST_BINARIES)
test: all test-binaries
ifeq ($V,)
- @echo 'Use "$(MAKE) V=1" to print test headings and PASS
I
ng results.'
+ @echo 'Use "$(MAKE) V=1" to print test headings and PASS
i
ng results.'
@env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)
else
# The user has explicitly enabled quiet execution.