aboutsummaryrefslogtreecommitdiff
path: root/shellutil_test.go
Commit message (Collapse)AuthorAgeFilesLines
* unexport Func and ExprFumitoshi Ukai2015-06-251-1/+1
|
* go gettable for github.com/google/katiFumitoshi Ukai2015-06-251-4/+4
|
* add -shell-date flag to specify time for $(shell date)Fumitoshi Ukai2015-06-241-1/+64
| | | | | --shell-date=ref uses go reference time. useful to check parsed data with golden data.
* refactor sh builtinsFumitoshi Ukai2015-06-111-0/+39
add -use_shell_builtins flag to disable the feature (when some builtin is broken)