aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/README
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-09-20 14:28:13 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-09-20 14:28:13 -0700
commit169639e606929b9e98f7264035cd5c0a581ffb53 (patch)
treeb8956bf92827d553e45b91d98cb24e84e4a23123 /test/README
parent029a105da35f53d758713a06e90bb10b25f1003a (diff)
test: Make the --valgrind option useful, (and drop --verbose).
In order for --valgrind to be useful, we drop noisy additional output of all of the commands being executed in verbose mode. This makes --verbose alone quite useless, so we don't document it any more. Also, add a zlib valgrind suppression that was showing up frequently in the test suite.
Diffstat (limited to 'test/README')
-rw-r--r--test/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/README b/test/README
index 5861cc49..50b3acd2 100644
--- a/test/README
+++ b/test/README
@@ -17,11 +17,6 @@ one of the executable scripts in this directory, (such as ./search,
The following command-line options are available when running tests:
---verbose::
- This makes the test more verbose. Specifically, the
- command being run and their output if any are also
- output.
-
--debug::
This may help the person who is developing a new test.
It causes the command defined with test_debug to run.