diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-05-26 15:54:47 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-26 15:54:47 -0700 |
commit | 90bc302084eb087f55d46456b8477348e0ea86c6 (patch) | |
tree | 2b0ca2d0ed32a844973ecb0ed94a7d5c8de27a96 | |
parent | ba2bf9fc13c204ad05d9fbb7199b890e6faf1d76 (diff) | |
parent | 76d0aa47f48dfbc1bb5a9d4bd17a1de367946e22 (diff) |
Merge pull request #2766 from geethanjalieswaran:makefile-change
PiperOrigin-RevId: 313283145
-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 ## |