From: Jonathan Rajotte Date: Mon, 16 Oct 2017 20:19:03 +0000 (-0400) Subject: Implement Runtime wrapper X-Git-Url: https://git.efficios.com/?a=commitdiff_plain;h=18aedaf96b66a383f46487b7203bc35fc2280900;hp=18aedaf96b66a383f46487b7203bc35fc2280900;p=deliverable%2Flttng-ivc.git Implement Runtime wrapper Using this wrapper, it is possible obtain a specifier runtime environment with valid pre-defined environment variables. Each runtime can spawn individual background process and run command as if it was on the command line. Each runtime also save all stdout and stderr for further inspection and validation. Include fix-up to Project objects to accomodate the Runtime object requirement. Signed-off-by: Jonathan Rajotte ---