1*9c5db199SXin Li#!/bin/bash 2*9c5db199SXin Li# Copyright 2017 The Chromium OS Authors. All rights reserved. 3*9c5db199SXin Li# Use of this source code is governed by a BSD-style license that can be 4*9c5db199SXin Li# found in the LICENSE file. 5*9c5db199SXin Li# 6*9c5db199SXin Li# Run a test job, reporting changes to AFE and TKO. 7*9c5db199SXin Liset -eu 8*9c5db199SXin Lireadonly bin_dir="$(dirname -- "$(readlink -e -- "$0")")" 9*9c5db199SXin Liexec "${bin_dir}/python_venv" -m autotest_lib.cli.atest_venv_entry "$@" 10