From 18016b667fbbdd2a82b62b89379973d41908dfa0 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 4 May 2004 21:23:00 +0000 Subject: Redirected stderr to stdout in all popen calls --- cpp/test/IceSSL/configuration/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceSSL/configuration/run.py') diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py index 39b8edd3b6e..4b74edab0d4 100755 --- a/cpp/test/IceSSL/configuration/run.py +++ b/cpp/test/IceSSL/configuration/run.py @@ -36,7 +36,7 @@ client = os.path.join(testdir, "configuration") localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost print "starting configuration...", -clientPipe = os.popen(client + localClientOptions) +clientPipe = os.popen(client + localClientOptions + " 2>&1") print "ok" TestUtil.printOutputFromPipe(clientPipe) -- cgit v1.2.3