[PATCH] Fix database instructions in test/README: make download-corpus

Subject: [PATCH] Fix database instructions in test/README: make download-corpus

Date: Sat, 15 Aug 2020 13:51:27 +0300

To: notmuch@notmuchmail.org

Cc:

From: Teemu Likonen


---
 test/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Currently test/README file instructs user to download database files
with command:

    make download-test-databases

That doesn't work for me. I got tests running after executing "make
download-corpus" instead. So maybe that's the correct Makefile target.
If so, this patch should go in.


diff --git a/test/README b/test/README
index 3f54af58..d2a1fdb3 100644
--- a/test/README
+++ b/test/README
@@ -82,7 +82,7 @@ The following command-line options are available when running tests:
 Certain tests require precomputed databases to complete. You can fetch these
 databases with
 
-	make download-test-databases
+	make download-corpus
 
 If you do not download the test databases, the relevant tests will be
 skipped.
-- 
2.20.1
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: