diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 69eeffb34a6..c474da6fe7a 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -1050,7 +1050,6 @@ class WatchDog(threading.Thread): self._reset = False elif not self._done: print "\a*** %s Warning: Test has been inactive for 3 minutes and may be hung", time.strftime("%x %X") - somecrap self._cv.release() def reset(self): |