Merge pull request #1365 from AkihiroSuda/stress

stress -> containerd-stress
This commit is contained in:
Michael Crosby 2017-08-15 11:03:04 -04:00 committed by GitHub
commit 62cebf9f1f
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ TEST_REQUIRES_ROOT_PACKAGES=$(filter \
)
# Project binaries.
COMMANDS=ctr containerd stress
COMMANDS=ctr containerd containerd-stress
ifneq ("$(GOOS)", "windows")
COMMANDS += containerd-shim
endif

View File

@ -25,7 +25,7 @@ func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
app := cli.NewApp()
app.Name = "stress"
app.Name = "containerd-stress"
app.Description = "stress test a containerd daemon"
app.Flags = []cli.Flag{
cli.BoolFlag{