summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2018-04-21 14:22:35 (GMT)
committerkjnash <k.j.nash@usa.net>2018-04-21 14:22:35 (GMT)
commit227db01958097c4aac9a9b57569db68002ab1187 (patch)
tree0b6cc1e9afc1b4f25974ae737d77193fe1febc4c /tests
parent41954059c43ef2b0ed2392f022082b9e71b3cd55 (diff)
downloadtcl-227db01958097c4aac9a9b57569db68002ab1187.zip
tcl-227db01958097c4aac9a9b57569db68002ab1187.tar.gz
tcl-227db01958097c4aac9a9b57569db68002ab1187.tar.bz2
Restore production test settings: set tests/httpPipeline.test to non-verbose, and comment out most Log calls in library/http/http.tcl
Diffstat (limited to 'tests')
-rw-r--r--tests/httpPipeline.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpPipeline.test b/tests/httpPipeline.test
index 4823d19..5eb02d3 100644
--- a/tests/httpPipeline.test
+++ b/tests/httpPipeline.test
@@ -648,7 +648,7 @@ proc RunTest {header footer delay te} {
# If still obscure, uncomment #Log and ##Log lines in the http package.
# ------------------------------------------------------------------------------
-setHttpTestOptions -verbose 2
+setHttpTestOptions -verbose 0
# ------------------------------------------------------------------------------
# (4) Define the base URLs used for testing. Each must have a query string.