From 76d0aa47f48dfbc1bb5a9d4bd17a1de367946e22 Mon Sep 17 00:00:00 2001 From: Geethanjali Eswaran Date: Sat, 23 May 2020 11:00:27 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ##