summaryrefslogtreecommitdiffstats
path: root/tools/perf_expectations/tests
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 21:41:45 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-15 21:41:45 +0000
commit034837b1ac16b04ea7022d142f6a06f86984b41b (patch)
treeef7fca3a2ebe9f9f2a74b045d123a07e10629a64 /tools/perf_expectations/tests
parent3d8596638330fd69bc828e152b2ab7d0156538cb (diff)
downloadchromium_src-034837b1ac16b04ea7022d142f6a06f86984b41b.zip
chromium_src-034837b1ac16b04ea7022d142f6a06f86984b41b.tar.gz
chromium_src-034837b1ac16b04ea7022d142f6a06f86984b41b.tar.bz2
Support updating perf_expectations.json on Windows
Use #!/usr/bin/env python to locate python, rather than #!/usr/bin/python, for updating on expectations on Cygwin/msysgit R=cmp@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8314002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105685 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/perf_expectations/tests')
-rwxr-xr-xtools/perf_expectations/tests/perf_expectations_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf_expectations/tests/perf_expectations_unittest.py b/tools/perf_expectations/tests/perf_expectations_unittest.py
index e5484535..d2b8fc4 100755
--- a/tools/perf_expectations/tests/perf_expectations_unittest.py
+++ b/tools/perf_expectations/tests/perf_expectations_unittest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/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