test-lib.sh: optionally output to test-results/$TEST.out, too
[gitweb.git] / t / README
index 7560db5c0205c57490ebf26e8f9bb918e7b3af64..ed1ebb6a5c058ee46c3f898ef0b1ba28d69df6f3 100644 (file)
--- a/t/README
+++ b/t/README
@@ -65,6 +65,12 @@ appropriately before running "make".
        the test script when running under -i).  Valgrind errors
        go to stderr, so you might want to pass the -v option, too.
 
+--tee::
+       In addition to printing the test output to the terminal,
+       write it to files named 't/test-results/$TEST_NAME.out'.
+       As the names depend on the tests' file names, it is safe to
+       run the tests with this option in parallel.
+
 Skipping Tests
 --------------