summary refs log tree commit diff stats
path: root/tests/osproc
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix/double newlines in stderr (#5426)Fabian Keller2017-02-245-4/+51
|
* make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-031-0/+5
|
* One more attempt to fix #4867cheatfate2016-10-211-0/+16
|
* rename tfalse.nim to tafalse.nimJohannes Hofmann2016-09-303-7/+8
|
* add testcase for exit code handlingJohannes Hofmann2016-09-302-0/+20
|
* Fix passing environment in startProcess (win)Dmitry Polienko2016-07-181-0/+32
| | | | | Previous implementation used newWideCString, which doesn't handle strings with \0 characters.
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Clean up tests/osprocdef2015-02-041-3/+6
|
* Add osproc stdin test.Dominik Picheta2014-06-152-0/+19