Skip to content

Commit b427411

Browse files
committed
tidy-up
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
1 parent c03fb23 commit b427411

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/bin/mtest

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -813,12 +813,7 @@ def main():
813813
backup_config_options(restore=False, delete_backup=False)
814814

815815
try:
816-
first = True
817816
for target in args.targets:
818-
if first:
819-
first = False
820-
else:
821-
log("\n", indent=0)
822817
if target.compiler in ALL_COMPILERS:
823818
log(f"{target.arch_isa} {target.compiler} {target.cflags}", indent=0)
824819
else:
@@ -851,6 +846,7 @@ def main():
851846
else:
852847
log("skipping running tests: " + toolchain_exes(target)["qemu_error"])
853848
finally:
849+
log("\n", indent=0)
854850
log(indent_adjust=-4)
855851
finally:
856852
backup_config_options(restore=True, delete_backup=True)

0 commit comments

Comments
 (0)