summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-22 18:59:05 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-22 18:59:05 +0000
commitaf5906220cd3a563cb87f366ed209f94789aaf6d (patch)
tree9743ada0ac0190a31cc609e5cc731a2c99dff2e8 /net/tools
parent997cf8f39cfe672441e76f5a997a957537e3dbf7 (diff)
downloadchromium_src-af5906220cd3a563cb87f366ed209f94789aaf6d.zip
chromium_src-af5906220cd3a563cb87f366ed209f94789aaf6d.tar.gz
chromium_src-af5906220cd3a563cb87f366ed209f94789aaf6d.tar.bz2
Fix sync integration tests by fixing Python path.
The generated Python proto output paths now match the input paths. Reland of r97696 with CHECK removed. Review URL: http://codereview.chromium.org/7711005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools')
-rwxr-xr-xnet/tools/testserver/chromiumsync_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/testserver/chromiumsync_test.py b/net/tools/testserver/chromiumsync_test.py
index 1872a9d..97e5f38 100755
--- a/net/tools/testserver/chromiumsync_test.py
+++ b/net/tools/testserver/chromiumsync_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/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.