diff options
| author | Jani Nikula <jani@nikula.org> | 2017-02-26 19:36:50 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-09 08:48:08 -0400 |
| commit | 14c0862baca77882f74fecdafbacb717bccdcfbb (patch) | |
| tree | 57d572e61f8b375849ec51decd06f77bdc9ef872 /test/Makefile.local | |
| parent | 740f3296b86ab8e18a6da4949b0db4139298202b (diff) | |
test: suppress diff for broken test without V=1
Known broken tests are, well, known broken. Do not print the result
diff for them unless V=1 is specified. Now that the test description
is printed also when known broken tests fail, the user can also skip
to running the individual failing tests.
Diffstat (limited to 'test/Makefile.local')
| -rw-r--r-- | test/Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local index f8cf90d0..46805972 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -61,7 +61,7 @@ test-binaries: $(TEST_BINARIES) test: all test-binaries ifeq ($V,) - @echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.' + @echo 'Use "$(MAKE) V=1" to see the details for passing and known broken tests.' @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS) else # The user has explicitly enabled quiet execution. |
