We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc7c954 + e7c463a commit 095a1afCopy full SHA for 095a1af
1 file changed
Makefile
@@ -80,6 +80,11 @@ TEST_REQUIRES_ROOT_PACKAGES=$(filter \
80
done | sort -u) \
81
)
82
83
+ifdef SKIPTESTS
84
+ PACKAGES:=$(filter-out ${SKIPTESTS},${PACKAGES})
85
+ TEST_REQUIRES_ROOT_PACKAGES:=$(filter-out ${SKIPTESTS},${TEST_REQUIRES_ROOT_PACKAGES})
86
+endif
87
+
88
# Project binaries.
89
COMMANDS=ctr containerd containerd-stress
90
MANPAGES=ctr.1 containerd.1 containerd-config.1 containerd-config.toml.5
0 commit comments