Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit aa45fa1

Browse files
author
Toby McLaughlin
committed
Clean datadirs before testing
1 parent 543db25 commit aa45fa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ all: build test
4040

4141
# Test specified versions without building
4242
test: lint docker-compose
43+
docker run --rm -v "$(PWD):/mnt" bash rm -rf /mnt/tests/datadir1 /mnt/tests/datadir2
4344
$(foreach FLAVOR, $(IMAGE_FLAVORS), \
4445
pyfiglet -w 160 -f puffy "test: $(FLAVOR) single"; \
4546
./bin/pytest --image-flavor=$(FLAVOR) --single-node tests; \

0 commit comments

Comments
 (0)