Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewrite fishscript testrunner for better output | Kevin Ballard | 2014-10-02 |
| | | | | | Update the fishscript testrunner to use the same output style as the interactive testrunner. | ||
* | don't parse the options that should be passed to fish scripts | Grissiom | 2010-10-03 |
This commit makes fish_parse_opt stop at first non-option argument, which expected as fish script name and pass the remaining argument to that script. I also updated the test cases. |