提交 b814f320 编写于 作者: L Lucas Meneghel Rodrigues

Merge pull request #640 from clebergnu/make_check_clean

Makefile: require a clean source tree before running local checks
...@@ -66,7 +66,7 @@ clean: ...@@ -66,7 +66,7 @@ clean:
test -L avocado/core/plugins/virt_test_list.py && rm -f avocado/core/plugins/virt_test_list.py || true test -L avocado/core/plugins/virt_test_list.py && rm -f avocado/core/plugins/virt_test_list.py || true
test -L etc/avocado/conf.d/virt-test.conf && rm -f etc/avocado/conf.d/virt-test.conf || true test -L etc/avocado/conf.d/virt-test.conf && rm -f etc/avocado/conf.d/virt-test.conf || true
check: check: clean
selftests/checkall selftests/checkall
check_cyclical: check_cyclical:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册