| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- remove 'cmd /c' prepend from SubProcess::Start()
- fix the subprocess tests to prepend 'cmd /c' explicitly
|
|
|
|
|
|
| |
Use chsize instead of truncate for mingw compatibility
SubprocessTest uses DoWork to force Subprocesses to execute
Drop GoodCommandStdOut test as it is tested in SetWithSingle
|
| |
|
|
|
|
|
| |
It links, with some hacks.
Tests still fail.
|
| |
|
|
|
|
|
|
| |
Rather than tracking stdout/stderr explicitly, just keep an opaque
pointer to a platform-specific 'stream' type. Also provide API
to get at the process output.
|
| |
|
|
|