summaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 16:49:45 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:13:10 +0200
commit014d1ab2ed1d69c07deac482ab149815b10da1dd (patch)
tree0f8dc36ed66e4a2477670d9e517a98be2c295039 /README.maintainer
parentfabff0f3ec571b8dc423946e252c060e229c49d7 (diff)
downloadqpdf-014d1ab2ed1d69c07deac482ab149815b10da1dd.tar.zst
Reminder to use Windows paths for large file tests
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.maintainer b/README.maintainer
index 5755656e..67228d12 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -8,9 +8,11 @@ Release Reminders
* When making a release, always remember to run large file tests and
image comparison tests (--enable-test-compare-images
- --with-large-file-test-path=/path). For a major release, consider
- running a spelling checker over the source code to catch errors in
- variable names, strings, and comments. Use ispell -p ispell-words.
+ --with-large-file-test-path=/path). For Windows, use a Windows
+ style path, not an MSYS path for large files. For a major release,
+ consider running a spelling checker over the source code to catch
+ errors in variable names, strings, and comments. Use ispell -p
+ ispell-words.
* Run tests with sanitize address enabled: