diff options
author | Geethanjali Eswaran <geethanjali.eswaran@gmail.com> | 2020-05-23 11:00:27 +0000 |
---|---|---|
committer | Geethanjali Eswaran <geethanjali.eswaran@gmail.com> | 2020-05-23 11:00:27 +0000 |
commit | 76d0aa47f48dfbc1bb5a9d4bd17a1de367946e22 (patch) | |
tree | 932675222f60e87bb8f9faf3e2dee986a67e3922 /Makefile | |
parent | f2f2dec7280e37696550185f291d51cf9e47e281 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ## |