blob: 3623da82fe46d99959e0d2e0ca7878fd4755275f [file] [log] [blame]
#!/bin/bash
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
set -eu
cd -- "$(readlink -e -- "$(dirname -- "$0")")"
. ./find_virtualenv.sh
cd ..
find . -name "*.pyc" -print0 | xargs -0 rm
exec_python_module unittest discover cros_venv