[lit] Only create config copies when a local config file is present.
[oota-llvm.git] / utils / lit / lit / ShUtil.py
2013-08-07 Daniel Dunbar[lit] Use modern absolute/relative import style.
2013-08-07 Daniel Dunbar[lit] Avoid use of iterator .next() method.
2013-08-07 Daniel Dunbar[lit] Use more modern syntax for constructing exceptions.
2013-07-26 Rafael EspindolaUse pipefail when available.
2013-01-31 Daniel Dunbar[lit] Fix a shell parsing bug with ';' not separated...
2013-01-25 NAKAMURA Takumilit/ShUtil.py: Deprecate '!' in shell expression. It...
2012-07-02 Chandler CarruthRevert r159528 which taught lit's builtin shell test...
2012-07-02 Chandler CarruthTeach the built-in shell test runner in lit to handle...
2010-05-12 Daniel Dunbarlit: Fix a sh lexing bug which caused annotate-token...
2010-02-10 Daniel DunbarRemove stray DOS newline.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.