aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/make_spec.lua
Commit message (Collapse)AuthorAge
* doc(options): Fix recommended PowerShell config (#14349)Dimitri Tcaciuc2021-07-02
Ensure that * Shell uses UTF8 input/output mode * Stderr output is captured, in UTF8 * Program exit codes are correctly captured Update functional test harness and add tests for :make command. Closes #13713