summaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarn')
-rwxr-xr-xyarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarn b/yarn
index a84fcd4..2e02eb3 100755
--- a/yarn
+++ b/yarn
@@ -291,6 +291,9 @@ class YarnRunner(cliapp.Application):
self.snapshot_datadir(
tempdir, datadir, scenario, step_number, step)
if exit != 0:
+ self.ts.notify(
+ 'Skipping "%s" because "%s %s" failed' %
+ (scenario.name, step.what, step.text))
break
else:
for step in normal: