diff options
author | Joe George <joe@zeroc.com> | 2014-10-15 11:42:13 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2014-10-15 11:42:13 -0400 |
commit | 43b59f57b16ef68eb1bef50e783e098cabe4c70f (patch) | |
tree | 6edcca7421a7851b2e38651475c5887d6101f7df /scripts/TestUtil.py | |
parent | Fixed ICE-5666: setting the invocation timeout to -2 provides the previous co... (diff) | |
download | ice-43b59f57b16ef68eb1bef50e783e098cabe4c70f.tar.bz2 ice-43b59f57b16ef68eb1bef50e783e098cabe4c70f.tar.xz ice-43b59f57b16ef68eb1bef50e783e098cabe4c70f.zip |
ICE-5741 - Fix TestUtil inactive message
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 19b4327bf47..30b9fafe901 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: |