blob: b1a0063c2757e2c2ce7531fea5f0052ca26c6b34 [file] [log] [blame]
#!/usr/bin/env vpython3
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from blinkpy.web_tests.flake_suppressor import (suppress_flakes)
import sys
if __name__ == '__main__':
rc = suppress_flakes.main()
sys.exit(rc)