Project

General

Profile

action #6394

Updated by lnussel about 9 years ago

openqa currently uses system() to excute git. That way git's stderr ends up in the journal rather than openqa's log file where it would be expected. So capture the output and log it to the user and via mojo instead.

Back