Actions
Feature #3079
openSystem checks should log better
Status:
New
Priority:
Normal
Assignee:
-
Description
We should have stdout and stderr separated so we can log better. It was removed in https://github.com/ares/kafo/commit/7e188c6a795c839718c093d100285dfe89480b1a because it did not work on Ruby 1.8.7. We could use popen4 gem to it.
Updated by Greg Sutcliffe over 11 years ago
You can use open3 so long as you check for the presence of `wait_thr` before you use it on 1.8.7. It that is required, then you will need open4, true. Or we can wait until the 1.4 dev cycle starts and consider the question of dropping ruby1.8 support again :)
For the record, open4 is packaged upstream for wheezy and raring.
Actions