diff options
author | Andy Smith <code@term.ie> | 2010-12-09 16:05:13 -0800 |
---|---|---|
committer | Andy Smith <code@term.ie> | 2010-12-09 16:05:13 -0800 |
commit | a1640f352806ee12f6b485a8d69a65bd42b51411 (patch) | |
tree | 710eb3848e798cf6af99609ce3f4e7770ed1db28 /run_tests.py | |
parent | b3f5aba0c465b263c1d0a15c7d249dafb3a98e6c (diff) | |
download | nova-a1640f352806ee12f6b485a8d69a65bd42b51411.tar.gz nova-a1640f352806ee12f6b485a8d69a65bd42b51411.tar.xz nova-a1640f352806ee12f6b485a8d69a65bd42b51411.zip |
formatting and naming cleanup
Diffstat (limited to 'run_tests.py')
-rw-r--r-- | run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index 33bf51b18..6d7830a29 100644 --- a/run_tests.py +++ b/run_tests.py @@ -95,7 +95,6 @@ if __name__ == '__main__': else: from nova.tests.real_flags import * - # Establish redirect for STDERR sys.stderr.flush() err = open(FLAGS.tests_stderr, 'w+', 0) |