From c4038a5a4b2efc6a7654d4ca81b2ae8b1b28a667 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 25 Aug 2013 14:02:29 +0100 Subject: Report scenaries skipped due to ASSUMING --- yarn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yarn') 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: -- cgit v1.2.1