Skip to content

Commit

Permalink
Merge pull request #1 from FDio/master
Browse files Browse the repository at this point in the history
update from origin
  • Loading branch information
Simon-Zh-0409 authored Jan 5, 2019
2 parents 03afb6d + 3c6f104 commit b4386e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ PYTHON_EXTRA_DEPENDS=
endif

PYTHON_DEPENDS=$(PYTHON_EXTRA_DEPENDS) -r requirements.txt
SCAPY_SOURCE=$(shell find $(VENV_PATH) -name site-packages)
SCAPY_SOURCE=$(shell find $(VENV_PATH)/lib/$(PYTHON) -name site-packages)
BUILD_COV_DIR=$(TEST_DIR)/coverage

GET_PIP_SCRIPT=$(TEST_RUN_DIR)/get-pip.py
Expand Down

0 comments on commit b4386e8

Please sign in to comment.