svn commit: r441064 - head/mail/notmuch

Mikhail Pchelin misha at FreeBSD.org
Wed May 17 08:21:57 UTC 2017


Author: misha
Date: Wed May 17 08:21:55 2017
New Revision: 441064
URL: https://svnweb.freebsd.org/changeset/ports/441064

Log:
  - update NOTMUCH_SKIP_TESTS
  
  Approved by:	jpaetzel (implicit)

Modified:
  head/mail/notmuch/Makefile

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Wed May 17 00:29:32 2017	(r441063)
+++ head/mail/notmuch/Makefile	Wed May 17 08:21:55 2017	(r441064)
@@ -38,7 +38,7 @@ USE_LDCONFIG=	yes
 MAKE_ENV+=	PYTHONCMD=${PYTHON_CMD}
 
 TEST_ENV+=	NOTMUCH_SKIP_TESTS="basic count insert smime atomicity \
-		message-property new" \
+		message-property new regexp-query tagging" \
 		V=1 \
 		TEST_CFLAGS="-g -O0 -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
 		BSD_GDB=${LOCALBASE}/bin/gdb


More information about the svn-ports-all mailing list