[DRE-commits] [ruby-fog-rackspace] 03/03: use exec instead of system

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Aug 11 09:01:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-fog-rackspace.

commit efc78668a022e72b05acd39a38f1002286708867
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Aug 11 14:16:33 2016 +0530

    use exec instead of system
---
 debian/ruby-tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 7652838..8791588 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1 @@
-system 'FOG_MOCK=true shindo'
+exec 'FOG_MOCK=true shindo'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-rackspace.git



More information about the Pkg-ruby-extras-commits mailing list