blob: a5f0b3e813d7c014c324813f7b9fe293ed5d6d8e [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")")"
cd ..
find . -name "*.pyc" -print0 | xargs -0 rm
python2 -m unittest discover cros_venv