diff options
Diffstat (limited to 'csharp/test/Ice/location/run.py')
-rwxr-xr-x | csharp/test/Ice/location/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/test/Ice/location/run.py b/csharp/test/Ice/location/run.py index 3f2e91f0009..5c9bb399cb3 100755 --- a/csharp/test/Ice/location/run.py +++ b/csharp/test/Ice/location/run.py @@ -20,4 +20,5 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -TestUtil.clientServerTest() +TestUtil.queueClientServerTest() +TestUtil.runQueuedTests() |