Skip to content

Commit

Permalink
Add job_post_response file to 'make clean'
Browse files Browse the repository at this point in the history
I ran 'make test-online'. It failed but left that file. Now 'make clean'
removes it.
  • Loading branch information
ingydotnet committed Jan 29, 2023
1 parent 3959c1f commit 39a0f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ update-deps:
tools/update-deps --specfile dist/rpm/os-autoinst-scripts-deps.spec

clean:
$(RM) job_post_response
$(RM) -r $(BPAN)
$(RM) -r .pytest_cache/
find . -name __pycache__ | xargs -r $(RM) -r
Expand Down

0 comments on commit 39a0f5d

Please sign in to comment.