Gitweb:
https://git.exim.org/exim.git/commitdiff/544b76dcf592cebe2ad0e583dc409ad8983e0b4b
Commit: 544b76dcf592cebe2ad0e583dc409ad8983e0b4b
Parent: 611b1961b81552737ae9345dac12a3f1cd914212
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Jun 28 12:28:09 2018 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Thu Jun 28 12:28:09 2018 +0100
Testsuite: tweak instructions for running the suite
---
test/README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/README b/test/README
index c08b63b..f9ee5d0 100644
--- a/test/README
+++ b/test/README
@@ -146,10 +146,10 @@ the extra functionality, except for a few special cases such as the databases
RUNNING THE TEST SUITE
----------------------
-(1) Download the tarball exim-testsuite-x.xx.tar.bz2 and unpack it, preferably
- in a directory alongside an Exim source directory (see below).
+(1) Clone the git tree for Exim. This include both the Exim source and the
+ testsuite.
-(2) cd into the exim-testsuite-x.xx directory.
+(2) cd into the test/ subdirectory (where this README lives).
(3) Run "./configure" and then "make". This builds a few auxiliary programs that
are written in C.