initial implementation of subprocess execution. currently is merging child STDOUT and child STDERR into parent STDOUT. Next effort.

This commit is contained in:
Phanes
2017-12-01 03:24:07 -05:00
parent 8545264a92
commit 19c465bdaf
2 changed files with 107 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"units": [
{
"name": "independent test 1",
"target": "/usr/bin/true",
"target": "(>&2 echo 'error is a doodle day')",
"rectifier": "/usr/bin/true",
"active": true,
"required": true,