summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/code_test.py
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 20:45:38 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-28 20:45:38 +0000
commit8577ed986842fab769f56dd4b85a8c201b05680d (patch)
tree2b87351aab1a164e28347e57556161c4f7d6bbc9 /tools/json_schema_compiler/code_test.py
parent40429f0f1c24d8be2997376c324f15ddc8e398bd (diff)
downloadchromium_src-8577ed986842fab769f56dd4b85a8c201b05680d.zip
chromium_src-8577ed986842fab769f56dd4b85a8c201b05680d.tar.gz
chromium_src-8577ed986842fab769f56dd4b85a8c201b05680d.tar.bz2
Run json_schema_compiler unit tests via a PRESUBMIT check.
As I noted in the bug, these unit tests had gotten broken by some recent changes because they weren't being run automatically. BUG=120308 TEST=(this is adding a presubmit test) Review URL: https://chromiumcodereview.appspot.com/9865009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/json_schema_compiler/code_test.py')
-rwxr-xr-x[-rw-r--r--]tools/json_schema_compiler/code_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/json_schema_compiler/code_test.py b/tools/json_schema_compiler/code_test.py
index a089f7fb..ca36524 100644..100755
--- a/tools/json_schema_compiler/code_test.py
+++ b/tools/json_schema_compiler/code_test.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# Copyright (c) 2012 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.