diff options
Diffstat (limited to 'cpp/test/IceGrid/allocation/run.py')
-rwxr-xr-x | cpp/test/IceGrid/allocation/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/allocation/run.py b/cpp/test/IceGrid/allocation/run.py index 62306eb7763..34900817a5c 100755 --- a/cpp/test/IceGrid/allocation/run.py +++ b/cpp/test/IceGrid/allocation/run.py @@ -55,7 +55,7 @@ except: clientStatus = TestUtil.closePipe(clientPipe) print "removing application...", -IceGridAdmin.removeApplication("test") +IceGridAdmin.removeApplication("Test") print "ok" IceGridAdmin.shutdownIceGridNode() |