mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
test: fix typo in informational message
Thanks to Olly Betts for noticing
This commit is contained in:
parent
8d3d92bd8e
commit
e2b7bd9bac
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ test-binaries: $(TEST_BINARIES)
|
||||||
|
|
||||||
test: all test-binaries
|
test: all test-binaries
|
||||||
ifeq ($V,)
|
ifeq ($V,)
|
||||||
@echo 'Use "$(MAKE) V=1" to print test headings and PASSIng results.'
|
@echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.'
|
||||||
@env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)
|
@env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)
|
||||||
else
|
else
|
||||||
# The user has explicitly enabled quiet execution.
|
# The user has explicitly enabled quiet execution.
|
||||||
|
|
Loading…
Reference in a new issue