summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-09-24 16:15:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-09-24 16:15:25 (GMT)
commit338b9ec9d27a63172d899b020d77c00abc84590c (patch)
tree3a3b751ce464e2a0fe2787fa28fb139e14310397
parent6d3aeef45e68dc92f69195ab165ce49ecd4738c4 (diff)
downloadtcl-338b9ec9d27a63172d899b020d77c00abc84590c.zip
tcl-338b9ec9d27a63172d899b020d77c00abc84590c.tar.gz
tcl-338b9ec9d27a63172d899b020d77c00abc84590c.tar.bz2
Silence debugging message in test suite.
-rw-r--r--tests/httpTest.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpTest.tcl b/tests/httpTest.tcl
index 9cd7a5d..326b361 100644
--- a/tests/httpTest.tcl
+++ b/tests/httpTest.tcl
@@ -25,7 +25,7 @@ package require http
namespace eval ::http {
variable TestStartTimeInMs [clock milliseconds]
- catch {puts stdout "Start time (zero ms) is $TestStartTimeInMs"}
+# catch {puts stdout "Start time (zero ms) is $TestStartTimeInMs"}
}
namespace eval ::httpTest {