diff options
Diffstat (limited to 'cpp/test/Ice/location/run.py')
-rwxr-xr-x | cpp/test/Ice/location/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/location/run.py b/cpp/test/Ice/location/run.py index 3fffd5cba84..a2b30f10e3b 100755 --- a/cpp/test/Ice/location/run.py +++ b/cpp/test/Ice/location/run.py @@ -27,5 +27,5 @@ import TestUtil name = os.path.join("Ice", "location") -TestUtil.mixedClientServerTest(toplevel, name) +TestUtil.mixedClientServerTest(name) sys.exit(0) |