mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user