summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGeethanjali Eswaran <geethanjali.eswaran@gmail.com>2020-05-23 11:00:27 +0000
committerGeethanjali Eswaran <geethanjali.eswaran@gmail.com>2020-05-23 11:00:27 +0000
commit76d0aa47f48dfbc1bb5a9d4bd17a1de367946e22 (patch)
tree932675222f60e87bb8f9faf3e2dee986a67e3922 /Makefile
parentf2f2dec7280e37696550185f291d51cf9e47e281 (diff)
Fix typo in 'make tests' recipe
test_tag_filter => test_tag_filters Ref: https://docs.bazel.build/versions/master/command-line-reference.html#flag--test_tag_filters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f382695d..2bcb85e9b 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ unit-tests: ## Runs all unit tests in pkg runsc and tools.
.PHONY: unit-tests
tests: ## Runs all local ptrace system call tests.
- @$(MAKE) test OPTIONS="--test_tag_filter runsc_ptrace test/syscalls/..."
+ @$(MAKE) test OPTIONS="--test_tag_filters runsc_ptrace test/syscalls/..."
.PHONY: tests
##