Skip to content

Commit

Permalink
Fix Makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gene1wood committed Jul 16, 2019
1 parent 40879ef commit a2931d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run-tests-resources: ## Just run the external resources required for tests
.PHONY: run-test
run-test: run-tests

.PHONY: run-test
.PHONY: run-tests
run-tests: run-tests-resources ## Just run the tests (no build/get). Use `make TEST_CASE=tests/...` for specific tests only
docker run -it --rm mozdef/mozdef_tester bash -c "source /opt/mozdef/envs/python/bin/activate && flake8 --config .flake8 ./"
docker run -it --rm --network=test-mozdef_default mozdef/mozdef_tester bash -c "source /opt/mozdef/envs/python/bin/activate && py.test --delete_indexes --delete_queues $(TEST_CASE)"
Expand Down

0 comments on commit a2931d4

Please sign in to comment.