All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] imagetest-qemu: Fix indentation
@ 2013-05-09 16:42 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-05-09 16:42 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/imagetest-qemu.bbclass b/meta/classes/imagetest-qemu.bbclass
index c30d1cb..94bed3b 100644
--- a/meta/classes/imagetest-qemu.bbclass
+++ b/meta/classes/imagetest-qemu.bbclass
@@ -137,15 +137,15 @@ def qemuimagetest_main(d):
 
                     f = open(scenlist, "r")
                     for line in f:
-                       if item != line.split()[0]:
-                           continue
-                       else:
-                           casefile = line.split()[1]
+                        if item != line.split()[0]:
+                            continue
+                        else:
+                            casefile = line.split()[1]
 
-                       fulltestcase = os.path.join(dir, item, casefile)
-                       if not os.path.isfile(fulltestcase):
+                        fulltestcase = os.path.join(dir, item, casefile)
+                        if not os.path.isfile(fulltestcase):
                             raise bb.build.FuncFailed("Testcase %s not found" % fulltestcase)
-                       list.append((item, casefile, fulltestcase))
+                        list.append((item, casefile, fulltestcase))
                     f.close()
         final_list = check_list(list)
         return final_list





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-09 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 16:42 [PATCH] imagetest-qemu: Fix indentation Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.