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

Unified Diff: chrome_frame/tools/smoke_test.py

Issue 8665013: Fix many* python scripts in src/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed chrome_frame/tools/test/page_cycler/cf_cycler.py Created 9 years, 1 month 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 | « chrome_frame/tools/helper_shutdown.py ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/tools/smoke_test.py
diff --git a/chrome_frame/tools/smoke_test.py b/chrome_frame/tools/smoke_test.py
old mode 100644
new mode 100755
index f28d0a6c447786df89af755c6d8feff7d6de822d..bc8959e5ba02863a788e0c0b77fd3f7eea8e7bca
--- a/chrome_frame/tools/smoke_test.py
+++ b/chrome_frame/tools/smoke_test.py
@@ -1,9 +1,11 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+#!/usr/bin/env python
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-'''This script builds and runs the Chrome Frame unit and integration tests,
+"""Builds and runs the Chrome Frame unit and integration tests,
the exit status of the scrip is the number of failed tests.
-'''
+"""
+
import os.path
import sys
import win32com.client
« no previous file with comments | « chrome_frame/tools/helper_shutdown.py ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698