mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
Fixed makefile error
Tests were run in the image of the latest senpy, but it did not mount the current code.
This commit is contained in:
2
Makefile
2
Makefile
@@ -71,7 +71,7 @@ dev: dev-$(PYMAIN)
|
||||
test-all: $(addprefix test-,$(PYVERSIONS))
|
||||
|
||||
test-%:
|
||||
docker run --rm --entrypoint /usr/local/bin/python -w /usr/src/app $(IMAGENAME):python$* setup.py test
|
||||
docker run --rm --entrypoint /usr/local/bin/python -v $(PWD):/usr/src/app -w /usr/src/app $(IMAGENAME):python$* setup.py test
|
||||
|
||||
test: test-$(PYMAIN)
|
||||
|
||||
|
Reference in New Issue
Block a user