summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-06-28 09:37:30 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-06-28 09:37:30 +0200
commit07d4cc3b0c8ab8ed68f35a0a529bb001dce25f94 (patch)
tree1e77f901ca609f825ae66028f723dbd251739035 /cpp
parentICE-7204 : Fixed UWP build failure (diff)
downloadice-07d4cc3b0c8ab8ed68f35a0a529bb001dce25f94.tar.bz2
ice-07d4cc3b0c8ab8ed68f35a0a529bb001dce25f94.tar.xz
ice-07d4cc3b0c8ab8ed68f35a0a529bb001dce25f94.zip
Fixed ICE-7190: fixed typo in IceGrid/admin run.py script
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IceGrid/admin/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/admin/run.py b/cpp/test/IceGrid/admin/run.py
index f0b49004a4f..5a97714f410 100755
--- a/cpp/test/IceGrid/admin/run.py
+++ b/cpp/test/IceGrid/admin/run.py
@@ -183,7 +183,7 @@ try:
admin.expect('registry `Master\'\n{.*}')
admin.expect('>>> ')
admin.sendline('node list')
- admin.expect('localnode11')
+ admin.expect('localnode')
admin.expect('>>> ')
admin.sendline('node describe localnode')
admin.expect('node `localnode\'\n{.*}')