[PATCH] D43501: [lit] Implement 'cat' command for internal shell

Chamal De Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 24 20:07:04 PST 2018


chamalsl updated this revision to Diff 135809.
chamalsl retitled this revision from "[lit] Implement non-pipelined 'cat' command for internal shell" to "[lit] Implement  'cat' command for internal shell".
chamalsl added a comment.

Implemented 'cat' command which supports piped output.


https://reviews.llvm.org/D43501

Files:
  utils/lit/lit/TestRunner.py
  utils/lit/lit/builtin_commands/cat.py
  utils/lit/tests/Inputs/shtest-shell/cat-error-0.txt
  utils/lit/tests/Inputs/shtest-shell/cat-error-1.txt
  utils/lit/tests/Inputs/shtest-shell/valid-shell.txt
  utils/lit/tests/max-failures.py
  utils/lit/tests/shtest-shell.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43501.135809.patch
Type: text/x-patch
Size: 7933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180225/6998f0ae/attachment.bin>


More information about the llvm-commits mailing list