From d749e192142dcc82fe6fab481d9459e59b607792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 10:34:07 +0200 Subject: Add message about what configuration is measured --- scripts/loop.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/loop.py b/scripts/loop.py index 2a3739e..380f191 100755 --- a/scripts/loop.py +++ b/scripts/loop.py @@ -38,6 +38,7 @@ def prepare(): return img, con def measure(kernelimg, con): + print("Measuring " + con.hash) try: os.remove(sf(conf.jobfolder_linux_image)) except FileNotFoundError: -- cgit v1.2.3