Delete unused variable

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 14:39:23 +02:00
parent 8e8c1d5719
commit 7b0d6671da

View file

@ -36,8 +36,6 @@ ifeq ($(ETESYNC_TESTS), true)
endif
PYTEST = py.test $(PYTEST_ARGS)
export TESTSERVER_BASE := ./tests/storage/servers/
CODECOV_PATH = /tmp/codecov.sh
ci-test: