Skip to content
Permalink
Browse files
Whitespace fixes on foot of updated check_whitespace path.
  • Loading branch information
eoinof committed Oct 30, 2012
1 parent 5c64a75 commit b458b667913f4b4e89fb1d11afea68a15fef3f84
Showing with 2 additions and 2 deletions.
  1. +2 −2 run_tests.py
@@ -286,7 +286,7 @@ def _clean_orphaned_pyc():

# count how many tests have been skipped.
skipped_test_count = 0

# loads and validates our various configurations
test_config = stem.util.conf.get_config("test")

@@ -481,7 +481,7 @@ def _clean_orphaned_pyc():
elif skipped_test_count > 0:
test.output.print_line("%i TESTS WERE SKIPPED" % skipped_test_count, term.Color.BLUE, term.Attr.BOLD)
test.output.print_line("ALL OTHER TESTS PASSED %s" % runtime_label, term.Color.GREEN, term.Attr.BOLD)
print
print
else:
test.output.print_line("TESTING PASSED %s" % runtime_label, term.Color.GREEN, term.Attr.BOLD)
print

0 comments on commit b458b66

Please sign in to comment.