diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 6526536c25..09fe7ceafd 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -205,7 +205,7 @@ class BaseConfig(object): | |||
205 | def is_deploy_dir_image(self, p): | 205 | def is_deploy_dir_image(self, p): |
206 | if os.path.isdir(p): | 206 | if os.path.isdir(p): |
207 | if not re.search('.qemuboot.conf$', '\n'.join(os.listdir(p)), re.M): | 207 | if not re.search('.qemuboot.conf$', '\n'.join(os.listdir(p)), re.M): |
208 | logger.info("Can't find required qemuboot.conf in %s" % p) | 208 | logger.info("Can't find required *.qemuboot.conf in %s" % p) |
209 | return False | 209 | return False |
210 | if not re.search('-image-', '\n'.join(os.listdir(p))): | 210 | if not re.search('-image-', '\n'.join(os.listdir(p))): |
211 | logger.info("Can't find *-image-* in %s" % p) | 211 | logger.info("Can't find *-image-* in %s" % p) |