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.

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?

_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation

Reply via email to