t/README: --valgrind already implies -v
[gitweb.git] / t / README
index 4c3ea25e6649007c9dde7ae4570d6311824051b6..bc7253c568eb86dadfbd5b4e09a1a2333b962073 100644 (file)
--- a/t/README
+++ b/t/README
@@ -95,8 +95,7 @@ appropriately before running "make".
 --valgrind::
        Execute all Git binaries with valgrind and exit with status
        126 on errors (just like regular tests, this will only stop
-       the test script when running under -i).  Valgrind errors
-       go to stderr, so you might want to pass the -v option, too.
+       the test script when running under -i).
 
        Since it makes no sense to run the tests with --valgrind and
        not see any output, this option implies --verbose.  For
@@ -625,6 +624,15 @@ use these, and "test_set_prereq" for how to define your own.
    Git was compiled with USE_LIBPCRE=YesPlease. Wrap any tests
    that use git-grep --perl-regexp or git-grep -P in these.
 
+ - CASE_INSENSITIVE_FS
+
+   Test is run on a case insensitive file system.
+
+ - UTF8_NFD_TO_NFC
+
+   Test is run on a filesystem which converts decomposed utf-8 (nfd)
+   to precomposed utf-8 (nfc).
+
 Tips for Writing Tests
 ----------------------