Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
worker: Redirect stderr of split command to stdout
Usually RSpec prints errors to stderr, so we have to grab it too in order to display a helpful error message in case this command fails. Ideally we'd do this with popen3, but this is good enough for now, considering #6.
- Loading branch information