зеркало из https://github.com/golang/build.git
78507e111a
CL 73334 limited the number of files listed during a push, but there is an offf-by-one. Only 4 files are listed, but the messages says "only showed 5". Fix the check such that 5 files are listed. Before: 2018/01/03 09:39:11 Remote doesn't have "src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer_test.go" 2018/01/03 09:39:11 Remote doesn't have "src/regexp/example_test.go" 2018/01/03 09:39:11 Remote doesn't have "src/runtime/debug/stubs.go" 2018/01/03 09:39:11 Remote doesn't have "src/runtime/defs_netbsd_386.go" 2018/01/03 09:39:11 Remote doesn't have 7245 files (only showed 5). After: 2018/01/03 10:19:28 Remote doesn't have "src/cmd/vet/testdata/shift.go" 2018/01/03 10:19:28 Remote doesn't have "src/syscall/ztypes_linux_mips64le.go" 2018/01/03 10:19:28 Remote doesn't have "src/os/os_unix_test.go" 2018/01/03 10:19:28 Remote doesn't have "src/runtime/duff_amd64.s" 2018/01/03 10:19:28 Remote doesn't have "src/runtime/rt0_dragonfly_amd64.s" 2018/01/03 10:19:28 Remote doesn't have 7079 files (only showed 5). Change-Id: I0a2fa401883b609727a5bf3d72bac3d242bdecbd Reviewed-on: https://go-review.googlesource.com/85757 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
README.md | ||
create.go | ||
destroy.go | ||
get.go | ||
gomote.go | ||
list.go | ||
ls.go | ||
ping.go | ||
push.go | ||
put.go | ||
rm.go | ||
run.go | ||
ssh.go |