public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/aruba/files: aruba-0.4.11+childprocess-0.2.4.patch
@ 2012-01-15 17:43 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-01-15 17:43 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/01/15 17:43:55

  Added:                aruba-0.4.11+childprocess-0.2.4.patch
  Log:
  Version bump; workaround testing with recent childprocess versions (issue open upstream); fix rspec dependency for use with bundler.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/aruba/files/aruba-0.4.11+childprocess-0.2.4.patch?rev=1.1&content-type=text/plain

Index: aruba-0.4.11+childprocess-0.2.4.patch
===================================================================
diff --git a/features/exit_statuses.feature b/features/exit_statuses.feature
index 5c5dffe..b971152 100644
--- a/features/exit_statuses.feature
+++ b/features/exit_statuses.feature
@@ -30,13 +30,3 @@ Feature: exit statuses
   Scenario: Unsuccessfully run something
     When I do aruba I successfully run `ruby -e 'exit 10'`
     Then aruba should fail with "Exit status was 10"
-
-  @posix
-  Scenario: Try to run something that doesn't exist
-    When I run `does_not_exist`
-    Then the exit status should be 1
-
-  @posix
-  Scenario: Try to run something that doesn't exist with `
-    When I run `does_not_exist`
-    Then the exit status should be 1
diff --git a/features/output.feature b/features/output.feature
index 8af06ca..7eea5a5 100644
--- a/features/output.feature
+++ b/features/output.feature
@@ -5,14 +5,6 @@ Feature: Output
   I want to use the "the output should contain" step
 
   @posix
-  Scenario: Run unknown command
-    When I run `neverever gonna work`
-    Then the output should contain:
-      """
-      No such file or directory - neverever
-      """
-
-  @posix
   Scenario: Detect subset of one-line output
     When I run `ruby -e 'puts \"hello world\"'`
     Then the output should contain "hello world"






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-15 17:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 17:43 [gentoo-commits] gentoo-x86 commit in dev-util/aruba/files: aruba-0.4.11+childprocess-0.2.4.patch Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox