Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /tools /code_coverage /PRESUBMIT.py
blob: 916c0597be944228f5403777a7e030caaa84334c [file] [log] [blame] [edit]
# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
PRESUBMIT_VERSION='2.0.0'
USE_PYTHON3=True
defCheckChangeOnCommit(*args):
return_CommonChecks(*args)
def_CommonChecks(input_api, output_api):
cwd= input_api.PresubmitLocalPath()
path= input_api.os_path
files=[path.basename(f.LocalPath())for fin input_api.AffectedFiles()]
if filesandnot input_api.is_windows:
tests=[path.join(cwd,'download_fuzz_corpora_test.py')]
return input_api.canned_checks.RunUnitTests(input_api, output_api, tests)
return[]

[8]ページ先頭

©2009-2025 Movatter.jp