From 97abd04f63423218fcf9e39b99879eedf67ff94c Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Fri, 22 Nov 2002 20:16:40 +0000 Subject: destroy fix --- cpp/test/IceXML/encoding/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceXML/encoding/run.py') diff --git a/cpp/test/IceXML/encoding/run.py b/cpp/test/IceXML/encoding/run.py index 51a630de65c..f9465907ece 100755 --- a/cpp/test/IceXML/encoding/run.py +++ b/cpp/test/IceXML/encoding/run.py @@ -31,7 +31,7 @@ testdir = os.path.join(toplevel, "test", name) client = os.path.join(testdir, "client") print "starting client...", -clientPipe = os.popen(client + " " + testdir) +clientPipe = os.popen(client + TestUtil.clientOptions + " " + testdir) print "ok" for output in clientPipe.xreadlines(): -- cgit v1.2.3