Skip to content

Commit

Permalink
Merge pull request #640 from clebergnu/make_check_clean
Browse files Browse the repository at this point in the history
Makefile: require a clean source tree before running local checks
  • Loading branch information
lmr committed Jun 8, 2015
2 parents 0267379 + ce82a35 commit b814f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 etc/avocado/conf.d/virt-test.conf && rm -f etc/avocado/conf.d/virt-test.conf || true

check:
check: clean
selftests/checkall

check_cyclical:
Expand Down

0 comments on commit b814f32

Please sign in to comment.