1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Unify data folders

This commit is contained in:
J. Fernando Sánchez
2018-06-15 16:44:25 +02:00
parent b15a0d7dbe
commit f11439d944
10 changed files with 21 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ ifdef SENPY_FOLDER
all: build run
test-%:
docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ --rm $(IMAGEWTAG) --only-test $(TEST_FLAGS)
docker run $(DOCKER_FLAGS) -v $$PWD/$*:/senpy-plugins/ -v $$PWD/data:/data/ --rm $(IMAGEWTAG) --only-test $(TEST_FLAGS)
test: test-.