Skip to content

Commit

Permalink
make: remove entry points and mount tests/ for "run"
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Sep 29, 2020
1 parent 583dd7f commit 3c6dd29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run:
-v $(CURDIR)/dist2src:/usr/local/lib/python3.6/site-packages/dist2src:Z \
-v $(CURDIR)/packitpatch:/usr/bin/packitpatch:Z \
-v $(CURDIR)/macros.packit:/usr/lib/rpm/macros.d/macros.packit:Z \
--entrypoint= \
-v $(CURDIR)/tests:/tests:Z \
-u $(shell id -u) \
$(OPTS) \
$(IMAGE_NAME) $(CONTAINER_CMD)
Expand All @@ -60,7 +60,6 @@ check-in-container:
-v $(CURDIR)/packitpatch:/usr/bin/packitpatch:Z \
-v $(CURDIR)/macros.packit:/usr/lib/rpm/macros.d/macros.packit:Z \
-v $(CURDIR)/tests:/tests:Z \
--entrypoint= \
-u $(shell id -u) \
-w / \
$(OPTS) \
Expand Down

0 comments on commit 3c6dd29

Please sign in to comment.