OSDN Git Service

Fix testrunner.py reporting
authorAlex Light <allight@google.com>
Fri, 24 Feb 2017 01:02:46 +0000 (17:02 -0800)
committerAlex Light <allight@google.com>
Fri, 24 Feb 2017 01:02:46 +0000 (17:02 -0800)
commitc14311cfbfff936fc82af35c04a863adbd431618
tree384e9620f370bc12154b6e2660f3d325cd5120bd
parent1883c6df11e93139f1b2923091c5771f5656d894
Fix testrunner.py reporting

Bad indentation meant we wouldn't print status updates if the terminal
is wide enough to print the entire target name.

Test: with a wide terminal ./test/testrunner/testrunner.py --host -j48
Change-Id: I7e618a25e42fe2d5ac740565afec201265e47ecb
test/testrunner/testrunner.py