Hash :
7013bc86
Author :
Date :
2022-11-09T21:57:51
Use Python3 for infra/config/PRESUMBIT.py Bug: chromium:1313804 Change-Id: Ie327b1bc5babd0198f06398e1390843c7e3159c1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4018964 Reviewed-by: Roman Lavrov <romanl@google.com> Commit-Queue: Roman Lavrov <romanl@google.com>
# Copyright 2019 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
USE_PYTHON3 = True
def CheckChangeOnUpload(input_api, output_api):
return input_api.RunTests(
input_api.canned_checks.CheckLucicfgGenOutput(input_api, output_api, 'main.star'))
def CheckChangeOnCommit(input_api, output_api):
return CheckChangeOnUpload(input_api, output_api)