blob: 8bd65f9e42d01915a035d8e843a0a04f1b23b232 [file] [log] [blame]
Aviv Keshetd3e2c282017-03-20 16:56:18 -07001#!/bin/sh
2# Copyright 2017 The Chromium OS Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5set -eu
6cd "$(dirname "$(readlink -f "$0")")"
7. ../bin/find_virtualenv.sh
8exec_python_module autotest_lib.server.autoserv "$@"