| 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
|
|
|