[DRE-commits] [gem2deb] 07/07: gem2deb-test-runner: turn banner messages into imperative

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 22 01:54:35 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit f9eb891c62966da3daff2c954cd3a65044e212f2
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jul 21 22:44:25 2015 -0300

    gem2deb-test-runner: turn banner messages into imperative
---
 lib/gem2deb/test_runner.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/gem2deb/test_runner.rb b/lib/gem2deb/test_runner.rb
index 767225e..665d4a4 100644
--- a/lib/gem2deb/test_runner.rb
+++ b/lib/gem2deb/test_runner.rb
@@ -171,7 +171,7 @@ module Gem2Deb
         'debian/ruby-test-files.yaml'
       end
       def do_run_tests
-        print_banner "Running tests for #{rubyver} from debian/ruby-test-files.yaml"
+        print_banner "Run tests for #{rubyver} from debian/ruby-test-files.yaml"
         run_ruby(
           '-ryaml',
           '-e',
@@ -185,7 +185,7 @@ module Gem2Deb
         'debian/ruby-tests.rake'
       end
       def do_run_tests
-        print_banner "Running tests for #{rubyver} from debian/ruby-tests.rake"
+        print_banner "Run tests for #{rubyver} from debian/ruby-tests.rake"
         run_rake('-f', 'debian/ruby-tests.rake')
       end
     end
@@ -195,7 +195,7 @@ module Gem2Deb
         'debian/ruby-tests.rb'
       end
       def do_run_tests
-        print_banner "Running tests for #{rubyver} from debian/ruby-tests.rb"
+        print_banner "Run tests for #{rubyver} from debian/ruby-tests.rb"
         ENV['RUBY_TEST_VERSION'] = rubyver
         ENV['RUBY_TEST_BIN'] = ruby_binary
         run_ruby(required_file)
@@ -207,7 +207,7 @@ module Gem2Deb
         'debian/rules'
       end
       def do_run_tests
-        print_banner "Running tests for #{rubyver}: found no way to run a test suite!"
+        print_banner "Run tests for #{rubyver}: found no way to run a test suite!"
       end
     end
 

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



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