提交 825d64a8 编写于 作者: H Hui Zhang

fix ci

上级 1a63bbda
#!/bin/bash
abort(){
......@@ -15,7 +16,7 @@ unittest(){
if [ $? != 0 ]; then
exit 1
fi
find . -name 'tests' -type d -print0 | \
find . -path ./tools/venv -prune -false -o -name 'tests' -type d -print0 | \
xargs -0 -I{} -n1 bash -c \
'python3 -m unittest discover -v -s {}'
cd - > /dev/null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册