Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: testing/test_env.py

Issue 10890027: Fix errors in xvfb.py and run_test_from_archive.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/isolate/run_test_from_archive.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test_env.py
diff --git a/testing/test_env.py b/testing/test_env.py
index 0720fbbdbf726e2900cb8dba5bca272ffcc22a71..b18313e5adcd31f6a807dcf2b2fd6e6a8084e971 100755
--- a/testing/test_env.py
+++ b/testing/test_env.py
@@ -48,5 +48,5 @@ def main():
return run_executable(sys.argv[1:], os.environ.copy())
-if __name__ == "__main__":
+if __name__ == '__main__':
sys.exit(main())
« no previous file with comments | « no previous file | tools/isolate/run_test_from_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698