summaryrefslogtreecommitdiff
path: root/utils/lit/lit/ShUtil.py
Commit message (Expand)AuthorAge
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-09
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-07
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-07
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-07
* Use pipefail when available.Rafael Espindola2013-07-26
* [lit] Fix a shell parsing bug with ';' not separated by whitespace.Daniel Dunbar2013-01-31
* lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.NAKAMURA Takumi2013-01-25
* Revert r159528 which taught lit's builtin shell test runner about theChandler Carruth2012-07-02
* Teach the built-in shell test runner in lit to handle '|&'-style pipes.Chandler Carruth2012-07-02
* lit: Fix a sh lexing bug which caused annotate-token.m to fail when run with theDaniel Dunbar2010-05-12
* Remove stray DOS newline.Daniel Dunbar2010-02-10
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-26