blob: 0f75f9087bec07147ca94703a74f8406771846e1 [file] [log] [blame]
#!/bin/sh
# 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 "$(dirname "$0")/.."
find . -name "*.pyc" -print0 | xargs -0 rm
python2 -m unittest discover cros_venv