unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/1] test: use 'bare' test names in NOTMUCH_SKIP_TESTS comparisons
@ 2014-03-04 18:27 Tomi Ollila
  2014-03-04 20:38 ` [PATCH v2] test: NOTMUCH_SKIP_TESTS accepts test names with or without Tddd- prefix Tomi Ollila
  0 siblings, 1 reply; 4+ messages in thread
From: Tomi Ollila @ 2014-03-04 18:27 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

The 'bare' part of test file name stays constant even when the filename
prefixes of test scripts are renumbered.
Also this change makes test skipping behave like documented.
---
 test/test-lib.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/test-lib.sh b/test/test-lib.sh
index a1c0f27..ac6dc77 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -826,7 +826,7 @@ test_skip () {
 	to_skip=
 	for skp in $NOTMUCH_SKIP_TESTS
 	do
-		case $this_test.$test_count in
+		case $this_test_bare.$test_count in
 		$skp)
 			to_skip=t
 		esac
@@ -1208,7 +1208,7 @@ do
 	to_skip=
 	for skp in $NOTMUCH_SKIP_TESTS
 	do
-		case "$this_test" in
+		case "$this_test_bare" in
 		$skp)
 			to_skip=t
 		esac
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-09 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 18:27 [PATCH 1/1] test: use 'bare' test names in NOTMUCH_SKIP_TESTS comparisons Tomi Ollila
2014-03-04 20:38 ` [PATCH v2] test: NOTMUCH_SKIP_TESTS accepts test names with or without Tddd- prefix Tomi Ollila
2014-03-08  2:33   ` David Bremner
2014-03-09 13:18   ` 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).