Skip to content

Commit 39a0f5d

Browse files
committed
Add job_post_response file to 'make clean'
I ran 'make test-online'. It failed but left that file. Now 'make clean' removes it.
1 parent 3959c1f commit 39a0f5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ update-deps:
4747
tools/update-deps --specfile dist/rpm/os-autoinst-scripts-deps.spec
4848

4949
clean:
50+
$(RM) job_post_response
5051
$(RM) -r $(BPAN)
5152
$(RM) -r .pytest_cache/
5253
find . -name __pycache__ | xargs -r $(RM) -r

0 commit comments

Comments
 (0)