blob: e8628ef0bf29d33e1d7cb59edd5337977594c4a1 [file] [log] [blame]
Allen Li20dd90f2017-07-17 12:27:10 -07001#!/bin/bash
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.
5#
6# Run tests for lucifer.
7set -eu
8readonly bin_dir="$(readlink -e -- "$(dirname -- "$0")")"
9
10# cd for pytest configuration files
11cd "$bin_dir/../venv"
12
Allen Licc153502017-09-15 16:08:25 -070013"${bin_dir}/python_venv" -m pytest lucifer "$@"