summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-30 21:36:45 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-30 21:36:45 +0100
commit3fb60d86c01ef3bc615d39e69ee0011aef906685 (patch)
tree08ad91d7e1d45328590ac5935b740ec1a886a7b6
parent1e6e96f65dccbe6be94edf588184349fc9be4bd4 (diff)
downloadcmdtest-3fb60d86c01ef3bc615d39e69ee0011aef906685.tar.gz
Add quotes around scenario name in error message
-rwxr-xr-xyarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn b/yarn
index 842f308..288e23b 100755
--- a/yarn
+++ b/yarn
@@ -157,7 +157,7 @@ class YarnRunner(cliapp.Application):
if len(matching) == 0:
raise cliapp.AppException(
- 'Scenario %s, step "%s %s" has no matching '
+ 'Scenario "%s", step "%s %s" has no matching '
'implementation' %
(scenario.name, step.what, step.text))
if len(matching) > 1: