Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -6/+2 |
| | |||||
* | make tests more robust; tests should be deterministic, no randomize() calls ↵ | Araq | 2019-01-13 | 1 | -1/+4 |
| | | | | in tests | ||||
* | fixes #10273 execShellCmd now returns nonzero when child killed with signal ↵ | Timothee Cour | 2019-01-13 | 1 | -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öring | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | Add workingDir parameter to execProcess and test (#9549) | Tomohiro | 2018-11-26 | 1 | -0/+24 |
* Add workingDir parameter to execProcess * Fix tests/stdlib/tosproc.nim compile error * Suppress output from tosproc.nim |