ec3po: run_tests.sh uses python3 to run unittest

BUG=chromium:1031705
BRANCH=master
TEST=run_tests.sh pass

Signed-off-by: kerker <kerker@chromium.org>
Change-Id: I3be180f50db5ec84d0035dd558a2177e0ef1313c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2418193
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
This commit is contained in:
Yilin Yang 2020-09-18 17:01:41 +08:00 committed by Commit Bot
parent 58d1886f5b
commit d888a8e84e
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
# found in the LICENSE file.
# Discover all the unit tests in the ec3po directory and run them.
python2 -m unittest discover -b -s util/ec3po/ -p *_unittest.py \
python3 -m unittest discover -b -s util/ec3po/ -p "*_unittest.py" \
&& touch util/ec3po/.tests-passed