From 802468420c86f904e54d132d54a68189add5b220 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 5 Dec 2007 02:12:24 +0100 Subject: Remove debugging statements darcs-hash:20071205011224-4fc50-8aa2efe8859492107b8b56d7e6376690a41b8981.gz --- bin/bacon | 1 - lib/bacon.rb | 3 --- 2 files changed, 4 deletions(-) diff --git a/bin/bacon b/bin/bacon index dd01064..4ed32e0 100755 --- a/bin/bacon +++ b/bin/bacon @@ -45,7 +45,6 @@ opts = OptionParser.new("", 24, ' ') { |opts| opts.on("-q", "--quiet", "do Test::Unit-like non-verbose output") { output = 'TestUnitOutput' } - opts.on("-p", "--tap", "do TAP (Test Anything Protocol) output") { output = 'TapOutput' } diff --git a/lib/bacon.rb b/lib/bacon.rb index ada7c8f..4e63422 100644 --- a/lib/bacon.rb +++ b/lib/bacon.rb @@ -35,7 +35,6 @@ module Bacon puts "%d specifications (%d requirements), %d failures, %d errors" % [Counter[:specifications], Counter[:requirements], Counter[:failed], Counter[:errors]] - p Bacon::Counter end end @@ -59,7 +58,6 @@ module Bacon puts "%d tests, %d assertions, %d failures, %d errors" % [Counter[:specifications], Counter[:requirements], Counter[:failed], Counter[:errors]] - p Bacon::Counter end end @@ -85,7 +83,6 @@ module Bacon puts "# %d tests, %d assertions, %d failures, %d errors" % [Counter[:specifications], Counter[:requirements], Counter[:failed], Counter[:errors]] - p Bacon::Counter end end -- cgit 1.4.1