[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.17-3-g5308674

Antonio Terceiro terceiro at debian.org
Tue Jun 19 23:52:05 UTC 2012


The following commit has been merged in the master branch:
commit 2120dac00810295142c37d014d6c4e99958ea236
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jun 19 20:36:53 2012 -0300

    Fix debug test mode

diff --git a/test/test_helper.rb b/test/test_helper.rb
index 1ed342a..4960b26 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -45,7 +45,7 @@ class Gem2DebTestCase
     def setup_cleanup
       unless $__gem2deb_tests_cleanup_installed
         at_exit do
-          if ENV['GEM2DEB_DEBUG']
+          if ENV['GEM2DEB_TEST_DEBUG']
             puts
             puts "======================================================================="
             puts "Temporary test files left in #{Gem2DebTestCase::TMP_DIR} for inspection!"

-- 
gem2deb.git



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