summaryrefslogtreecommitdiffstats
path: root/tests/httpTestScript.tcl
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2018-04-21 13:31:16 (GMT)
committerkjnash <k.j.nash@usa.net>2018-04-21 13:31:16 (GMT)
commitb169c964e611847319cc92875f653466939bcb43 (patch)
tree45fa95a48e6be71ae456a8ac5f2531c0c9ea4be1 /tests/httpTestScript.tcl
parent3771e638b05a4c75d1222ee7653e01cd2289643e (diff)
downloadtcl-b169c964e611847319cc92875f653466939bcb43.zip
tcl-b169c964e611847319cc92875f653466939bcb43.tar.gz
tcl-b169c964e611847319cc92875f653466939bcb43.tar.bz2
Amend httpPipeline.test tests to use stdout not stderr, and thus avoid the report {Test files exiting with errors} even when all tests pass.
Diffstat (limited to 'tests/httpTestScript.tcl')
-rw-r--r--tests/httpTestScript.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpTestScript.tcl b/tests/httpTestScript.tcl
index 4046c7a..a8ef9c8 100644
--- a/tests/httpTestScript.tcl
+++ b/tests/httpTestScript.tcl
@@ -389,7 +389,7 @@ proc httpTestScript::Requester {uriCode keepAlive validate query args} {
-command ::httpTestScript::WhenFinished
} token]} {
set msg $token
- catch {puts stderr "Error: $msg"}
+ catch {puts stdout "Error: $msg"}
return
} else {
# Request will begin.