summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-05-26 15:54:47 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-26 15:54:47 -0700
commit90bc302084eb087f55d46456b8477348e0ea86c6 (patch)
tree2b0ca2d0ed32a844973ecb0ed94a7d5c8de27a96
parentba2bf9fc13c204ad05d9fbb7199b890e6faf1d76 (diff)
parent76d0aa47f48dfbc1bb5a9d4bd17a1de367946e22 (diff)
Merge pull request #2766 from geethanjalieswaran:makefile-change
PiperOrigin-RevId: 313283145
-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
##