From 4416e794240928f23a7f65f55d436c5633a0bb1d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 17 Aug 2008 13:32:40 +0200 Subject: Add option to disable backtraces darcs-hash:20080817113240-4fc50-3162b572aebb4183f9482d99ad58b2f98b972076.gz --- bin/bacon | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/bacon b/bin/bacon index bf3af97..c76701e 100755 --- a/bin/bacon +++ b/bin/bacon @@ -54,6 +54,9 @@ opts = OptionParser.new("", 24, ' ') { |opts| "do FORMAT (SpecDox/TestUnit/Tap) output") { |format| output = format + "Output" } + opts.on("-Q", "--no-backtrace", "don't print backtraces") { + Bacon.const_set :Backtraces, false + } opts.on("-a", "--automatic", "gather tests from ./test/, include ./lib/") { $LOAD_PATH.unshift "lib" if File.directory? "lib" -- cgit 1.4.1