| commit | d186b17b9fa50f9be18ccb2a6a12983e28b958d7 | [log] [tgz] |
|---|---|---|
| author | Yue Gan <yueg@google.com> | Mon May 23 13:04:10 2016 +0000 |
| committer | Yue Gan <yueg@google.com> | Mon May 23 13:10:34 2016 +0000 |
| tree | 91a0bbd4487c1389ec326b7aab54917a63796b75 | |
| parent | a2aae350196325097634b9d595aa1a24ee47c3b9 [diff] |
Uses "zip -@" to avoid arguments with too many files. Fixes #1303. -- MOS_MIGRATED_REVID=122990255
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD index 7f3937e..2b3578a 100644 --- a/src/test/shell/bazel/BUILD +++ b/src/test/shell/bazel/BUILD
@@ -150,7 +150,7 @@ "//third_party:srcs", ], outs = ["doc-srcs.zip"], - cmd = "zip -q $@ $(SRCS)", + cmd = "echo $(SRCS) | tr ' ' '\n' | zip -q@ $@", ) sh_test(