Skip to content

Commit 3ca4a70

Browse files
committed
build: make sure build can be deleted
If the virtualenv tests fail, they somehow leave behind build directories with 000 permissions.
1 parent 5b39a88 commit 3ca4a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ clean: clean_platform ## Remove artifacts of test execution, installation, etc
1919
@echo "Cleaning..."
2020
@-pip uninstall -yq coverage
2121
@rm -f *.pyd */*.pyd
22+
@chmod -R 777 build
2223
@rm -rf build coverage.egg-info dist htmlcov
2324
@rm -f *.bak */*.bak */*/*.bak */*/*/*.bak */*/*/*/*.bak */*/*/*/*/*.bak
2425
@rm -f *$$py.class */*$$py.class */*/*$$py.class */*/*/*$$py.class */*/*/*/*$$py.class */*/*/*/*/*$$py.class

0 commit comments

Comments
 (0)