summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/admin/run.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-06-15 19:12:56 -0400
committerJoe George <joe@zeroc.com>2016-06-15 19:12:56 -0400
commitd6c7d6793fe2dcb686e00cccb049fd3fc5fab33c (patch)
tree464aa2a9a0ff8b399d8de96020223dbbbb80bb3c /cpp/test/IceGrid/admin/run.py
parentICE-7179 - Update std::function code style (diff)
downloadice-d6c7d6793fe2dcb686e00cccb049fd3fc5fab33c.tar.bz2
ice-d6c7d6793fe2dcb686e00cccb049fd3fc5fab33c.tar.xz
ice-d6c7d6793fe2dcb686e00cccb049fd3fc5fab33c.zip
Update cpp/test/IceGrid/admin/run.py print statement
Diffstat (limited to 'cpp/test/IceGrid/admin/run.py')
-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 6261705a011..f0b49004a4f 100755
--- a/cpp/test/IceGrid/admin/run.py
+++ b/cpp/test/IceGrid/admin/run.py
@@ -200,7 +200,7 @@ try:
except Exception as e:
admin.terminate()
print("error: " + str(e))
- print "failed!"
+ print("failed!")
# sys.stdout.write("testing icegridadmin... ")
# sys.stdout.flush()