summaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarn')
-rwxr-xr-xyarn4
1 files changed, 4 insertions, 0 deletions
diff --git a/yarn b/yarn
index bcd22d3..3ca0bd5 100755
--- a/yarn
+++ b/yarn
@@ -292,6 +292,10 @@ class YarnRunner(cliapp.Application):
if matches(s.name, name) and s not in result:
result.append(s)
break
+ else:
+ raise cliapp.AppException(
+ 'Requested scenario %s does not exist' %
+ name)
return result
return scenarios