diff options
Diffstat (limited to 'py/test/Ice/operations/Client.py')
-rwxr-xr-x | py/test/Ice/operations/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Client.py b/py/test/Ice/operations/Client.py index b7e7e7aa870..e9eaf2797bb 100755 --- a/py/test/Ice/operations/Client.py +++ b/py/test/Ice/operations/Client.py @@ -25,7 +25,7 @@ def test(b): raise RuntimeError('test assertion failed') def run(args, communicator): - myClass = AllTests.allTests(communicator, False) + myClass = AllTests.allTests(communicator) sys.stdout.write("testing server shutdown... ") sys.stdout.flush() |