From de29e17d95a6f99f0bb6d9d474598d03855b3db8 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Sat, 22 Mar 2014 00:38:53 +0100 Subject: [PATCH] cuke: add a few options steps --- features/options/invalid.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/options/invalid.feature b/features/options/invalid.feature index c6a12f767..86801f976 100644 --- a/features/options/invalid.feature +++ b/features/options/invalid.feature @@ -8,9 +8,11 @@ Feature: Command line options: invalid options When I run "osrm-routed --fly-me-to-the-moon" Then it should exit with code 255 Then stdout should be empty + And stderr should contain "exception" And stderr should contain "fly-me-to-the-moon" Scenario: Missing file When I run "osrm-routed over-the-rainbow.osrm" Then it should exit with code 255 + And stderr should contain "exception" And stderr should contain "does not exist" \ No newline at end of file