more baremetal misses from a2ce410173

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-03 09:00:08 +00:00
parent 83714691d0
commit e461b406d1
2 changed files with 14 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ Suitable for programmatic consumption by other shell programs.
)
def timed_main(self):
if self.env['baremetal'] is None:
if self.env['baremetal']:
image = self.env['vmlinux']
else:
image = self.env['image']