summary refs log tree commit diff stats
path: root/tests/stdlib/tosproc.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* Add workingDir parameter to execProcess and test (#9549)Tomohiro2018-11-261-0/+24
* Add workingDir parameter to execProcess * Fix tests/stdlib/tosproc.nim compile error * Suppress output from tosproc.nim