diff options
author | Michael Barton <michael.barton@rackspace.com> | 2011-02-03 19:53:47 +0000 |
---|---|---|
committer | Michael Barton <michael.barton@rackspace.com> | 2011-02-03 19:53:47 +0000 |
commit | c2931e157c4db364e4ce9d971920be2a83641431 (patch) | |
tree | 9a5e8be9f6ad6e60fe3a5952aad4255b2585384a | |
parent | c62842bfd111c9f2ac4dbd343582332452ec13b3 (diff) | |
download | swift-c2931e157c4db364e4ce9d971920be2a83641431.tar.gz |
random newline1.2.0
-rw-r--r-- | test/unit/common/test_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/common/test_utils.py b/test/unit/common/test_utils.py index 69d24759b..af38b1820 100644 --- a/test/unit/common/test_utils.py +++ b/test/unit/common/test_utils.py @@ -501,5 +501,6 @@ log_name = yarr''' # make sure its accurate to 10th of a second self.assertTrue(abs(100 - (time.time() - start) * 100) < 10) + if __name__ == '__main__': unittest.main() |