summaryrefslogtreecommitdiff
path: root/chromium/tools/disable_tests/integration_test
blob: 72da88bd5edb7b550576b2d60f4f66c625495592 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# 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.

# disable -- a shell wrapper for disable.py, to avoid calling disable.py
# directly. This will give us flexibility to restructure things later.

base_dir=$(dirname "$0")
PYTHONDONTWRITEBYTECODE=1 exec vpython3 "$base_dir/integration_test.py" "$@"