Fix error handling bug.

This commit is contained in:
Andrew Gallant 2016-09-17 15:17:48 -04:00
parent 6cb604f38f
commit 0a63158a61

View File

@ -1157,6 +1157,7 @@ def collect_benchmarks(suite_dir, filter_pat=None,
name, name,
' '.join(['--download %s' % n for n in e.missing_names]), ' '.join(['--download %s' % n for n in e.missing_names]),
)) ))
continue
except MissingCommands as e: except MissingCommands as e:
fmt = 'missing commands: %s, skipping benchmark %s ' \ fmt = 'missing commands: %s, skipping benchmark %s ' \
'(run with --allow-missing to run incomplete benchmarks)' '(run with --allow-missing to run incomplete benchmarks)'