* [PATCH] test: remove "Testing" from test description in emacs-hello and emacs-show
@ 2012-05-25 13:02 Dmitry Kurochkin
2012-05-26 0:43 ` David Bremner
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Kurochkin @ 2012-05-25 13:02 UTC (permalink / raw)
To: notmuch
"Testing" is printed by test/test-lib.sh, so having "Testing" in test
description results in duplicate "Testing" in console output.
---
test/emacs-hello | 2 +-
test/emacs-show | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/emacs-hello b/test/emacs-hello
index a998dc4..48d1420 100755
--- a/test/emacs-hello
+++ b/test/emacs-hello
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-test_description="Testing emacs notmuch-hello view"
+test_description="emacs notmuch-hello view"
. test-lib.sh
EXPECTED=$TEST_DIRECTORY/emacs.expected-output
diff --git a/test/emacs-show b/test/emacs-show
index 5700d2e..2498564 100755
--- a/test/emacs-show
+++ b/test/emacs-show
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-test_description="Testing emacs notmuch-show view"
+test_description="emacs notmuch-show view"
. test-lib.sh
test_begin_subtest "Hiding Original Message region at beginning of a message"
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] test: remove "Testing" from test description in emacs-hello and emacs-show
2012-05-25 13:02 [PATCH] test: remove "Testing" from test description in emacs-hello and emacs-show Dmitry Kurochkin
@ 2012-05-26 0:43 ` David Bremner
0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2012-05-26 0:43 UTC (permalink / raw)
To: Dmitry Kurochkin, notmuch
Dmitry Kurochkin <dmitry.kurochkin@gmail.com> writes:
> "Testing" is printed by test/test-lib.sh, so having "Testing" in test
> description results in duplicate "Testing" in console output.
Pushed.
d
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-26 0:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 13:02 [PATCH] test: remove "Testing" from test description in emacs-hello and emacs-show Dmitry Kurochkin
2012-05-26 0:43 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).