提交 32d5f017 编写于 作者: L Lukáš Doktor

selftests.checkall: Don't develop in `checkall`

The `checkall` script should not try to develop/install/clean anything.
It's suppose to run the tests and it's upto the user to prepare the
environment they want to check.

This won't affect `make check` as it already cleans/develops before
executing checkall.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 8a0e7394
......@@ -140,7 +140,7 @@ check-long: clean develop check_cyclical modules_boundaries
AVOCADO_CHECK_LONG=1 selftests/checkall
selftests/check_tmp_dirs
selfcheck: clean check_cyclical modules_boundaries
selfcheck: clean check_cyclical modules_boundaries develop
AVOCADO_SELF_CHECK=1 selftests/checkall
selftests/check_tmp_dirs
......
......@@ -19,7 +19,6 @@ echo ""
if [ -z "$AVOCADO_SELF_CHECK" ]; then
run_rc selftests/run
else
run_rc 'python setup.py develop --user'
run_rc 'scripts/avocado run `./contrib/scripts/avocado-find-unittests selftests/{unit,functional,doc}/*.py | xargs` --external-runner="/usr/bin/env python -m unittest"'
fi
exit ${GR}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册