Skip to content

Commit

Permalink
fix(makefile):silently delete container
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanyabsprip committed Jun 14, 2024
1 parent 2d64cb1 commit 3fa9e0b
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 @@ -11,7 +11,7 @@ uninstall:

test: | test/.ran-build-docker
@docker run -h $(IMAGE_NAME) --name $(IMAGE_NAME) $(IMAGE_NAME)
@docker rm $(IMAGE_NAME)
@docker rm $(IMAGE_NAME) >/dev/null

test/.ran-build-docker: test/Dockerfile harpoon test/driver.sh
@$(MAKE) -- --clean >/dev/null
Expand Down

0 comments on commit 3fa9e0b

Please sign in to comment.