Show stdout and stderr log of post script using msger
authorYeongil Jang <yg0577.jang@samsung.com>
Thu, 10 Jan 2013 12:42:21 +0000 (21:42 +0900)
committerGui Chen <gui.chen@intel.com>
Wed, 19 Jun 2013 07:53:33 +0000 (03:53 -0400)
commite6e1670323350bbb581f04b2445c0cd469c91e37
tree06965c1209c71c028af3b425a7f080227d633578
parent58295fef55f52bc5e1c39f82ee8e9db62eaa5ece
Show stdout and stderr log of post script using msger

 - Msger can't show and recode stdout and stderr log of post script
 because subprocess excuted post script with sys.stdout and sys.stderr.
 Then mic get the log using subprocess pipe and show log using msger.

Signed-off-by: Yeongil Jang <yg0577.jang@samsung.com>
mic/imager/baseimager.py