unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* v4 test notmuch as installed
@ 2023-07-09 14:08 David Bremner
  2023-07-09 14:08 ` [PATCH v4 1/5] test: treat undefined feature variables as 0 David Bremner
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: David Bremner @ 2023-07-09 14:08 UTC (permalink / raw)
  To: notmuch

This obsoletes the series at id:20230409142627.2216080-1-david@tethera.net.

I have updated the shell handling of uninitialized variables based on
feedback from Felipe and Tomi. No new bash-isms are introduced (at
least, not on purpose) by this series.

Rather than '"${NOTMUCH_TEST_INSTALLED-}" = 1', I ended up using '-n
"${NOTMUCH_TEST_INSTALLED-}"'. This is consistent with how we handle
NOTMUCH_TEST_SERIALIZE. For the variables normally set by configure, I
do use e.g. '"${NOTMUCH_HAVE_ASAN-0}" != "1"'. I recognize this is not
completely consistent but the tradeoff of minimizing logical changes
in the normal (build time tests) case seems worth it.


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

end of thread, other threads:[~2023-07-22 11:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-09 14:08 v4 test notmuch as installed David Bremner
2023-07-09 14:08 ` [PATCH v4 1/5] test: treat undefined feature variables as 0 David Bremner
2023-07-11 15:11   ` Tomi Ollila
2023-07-09 14:08 ` [PATCH v4 2/5] test: check for empty/missing files in test_expect_equal_message_body David Bremner
2023-07-11 15:14   ` Tomi Ollila
2023-07-09 14:08 ` [PATCH v4 3/5] test: Guess a value for NOTMUCH_PYTHON David Bremner
2023-07-11 15:18   ` Tomi Ollila
2023-07-09 14:08 ` [PATCH v4 4/5] test: support testing notmuch as installed David Bremner
2023-07-11 15:39   ` Tomi Ollila
2023-07-21 10:38     ` David Bremner
2023-07-21 10:43     ` David Bremner
2023-07-09 14:08 ` [PATCH v4 5/5] debian: add autopkgtests David Bremner
2023-07-21 11:01 ` v4 test notmuch as installed 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).