summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2014-10-15 12:01:25 -0400
committerJoe George <joe@zeroc.com>2014-10-15 12:02:19 -0400
commitf5ffefc98dc9d0e66dcfdd5629424a1a046257c8 (patch)
tree91e6b17ae75342281febd10bb451be420a6e5623 /scripts/TestUtil.py
parentFixed optional test on Windows (diff)
downloadice-f5ffefc98dc9d0e66dcfdd5629424a1a046257c8.tar.bz2
ice-f5ffefc98dc9d0e66dcfdd5629424a1a046257c8.tar.xz
ice-f5ffefc98dc9d0e66dcfdd5629424a1a046257c8.zip
Fix type I made in TestUtil
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 30b9fafe901..da63f74d105 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1704,7 +1704,7 @@ class WatchDog(threading.Thread):
if self._resetFlag:
self._resetFlag = False
else:
- print("\a*** %s Warning: Test has been inactive for 4 minutes and may be hung", %
+ print("\a*** %s Warning: Test has been inactive for 4 minutes and may be hung" %
time.strftime("%x %X"))
self._cv.release()
except: