Andy Doan <[email protected]> writes: > On 01/16/2013 08:23 PM, Michael Hudson-Doyle wrote: >> This is your chance to say that this is all a bit crazy and I should >> stop (as I'm off until next Tuesday) but I do actually like where this >> is going (I've been wanting to do something like this for over a year, I >> think). > > I basically like it. I should read closer, but it almost felt like > things might break if you didn't pass a --output-dir to the command line.
Ah yes, possibly. Will check that. > The other thing that seemed odd was: > > with target.runner() as runner: > - runner.wait_for_prompt(timeout) > + with target.context.outputter.diverted(): > + runner.wait_for_prompt(timeout) > > > Doesn't this mean we wouldn't get the boot log of the device to stdout? > I can see doing that for booting to master images, but why this? Because I was writing this in a cafe without access to a master image device :-) Cheers, mwh _______________________________________________ linaro-validation mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-validation
