From 610845c6f99412010baa7a84ff8880bc7046c49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 14 Sep 2015 15:04:49 +0200 Subject: Remove image after measurement Image should be removed after it was measured. Otherwise Linux images are piling up in jobfolder. --- scripts/loop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/loop.py b/scripts/loop.py index f7b82bf..355275c 100755 --- a/scripts/loop.py +++ b/scripts/loop.py @@ -58,6 +58,7 @@ def measure(kernelimg, con): os.symlink(kernelimg, sf(conf.jobfolder_linux_image)) boot.boot(con) print("Configuration '" + con.hash + "' measured.") + os.remove(sf(conf.build_folder) + '/' + kernelimg) __confs_prepared__.remove(con.hash) # Multithread # -- cgit v1.2.3