diff options
author | Joe George <joe@zeroc.com> | 2014-10-15 12:01:25 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2014-10-15 12:02:19 -0400 |
commit | f5ffefc98dc9d0e66dcfdd5629424a1a046257c8 (patch) | |
tree | 91e6b17ae75342281febd10bb451be420a6e5623 /scripts/TestUtil.py | |
parent | Fixed optional test on Windows (diff) | |
download | ice-f5ffefc98dc9d0e66dcfdd5629424a1a046257c8.tar.bz2 ice-f5ffefc98dc9d0e66dcfdd5629424a1a046257c8.tar.xz ice-f5ffefc98dc9d0e66dcfdd5629424a1a046257c8.zip |
Fix type I made in TestUtil
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
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: |