summary refs log tree commit diff stats
path: root/tests/stdlib/tosproc.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* 32 bit fixes (#10608)Arne Döring2019-02-131-6/+2
|
* make tests more robust; tests should be deterministic, no randomize() calls ↵Araq2019-01-131-1/+4
| | | | in tests
* fixes #10273 execShellCmd now returns nonzero when child killed with signal ↵Timothee Cour2019-01-131-18/+91
| | | | | | | | | | + other fixes (#10274) * s/exitStatus(...)/exitStatusLikeShell(...)/ * fix #10273 execShellCmd now returns nonzero when child exits with signal * test case for #10249 and explanation for the bug * fix test failure * add tests/nim.cfg
* 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