diff options
Diffstat (limited to 'py/test/Ice/exceptions/Client.py')
-rw-r--r-- | py/test/Ice/exceptions/Client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Client.py b/py/test/Ice/exceptions/Client.py index 7e98233576e..9574979defb 100644 --- a/py/test/Ice/exceptions/Client.py +++ b/py/test/Ice/exceptions/Client.py @@ -10,7 +10,7 @@ import sys, Ice, AllTests def run(args, communicator): - thrower = AllTests.allTests(communicator, False) + thrower = AllTests.allTests(communicator) thrower.shutdown() return True |