summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Berry <paul@puppetlabs.com>2010-11-18 14:31:16 -0800
committerPaul Berry <paul@puppetlabs.com>2010-11-18 14:31:16 -0800
commit2a7863a87f685a7bff254cce7e557e9eb143ba7d (patch)
treea909e576b41887bbaf98b81510cee51814358dc6
parent263cc46ce03be7020dfc3e108db44616f5b66dce (diff)
parentb089392f988eaa7eed098751596bb12a846d447b (diff)
downloadpuppet-2a7863a87f685a7bff254cce7e557e9eb143ba7d.tar.gz
puppet-2a7863a87f685a7bff254cce7e557e9eb143ba7d.tar.xz
puppet-2a7863a87f685a7bff254cce7e557e9eb143ba7d.zip
Merge branch 'maint/next/rake_spec_backtraces' into next
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8e21cebd9..22d4a9aeb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ desc "Create the tarball and the gem - use when releasing"
task :puppetpackages => [:create_gem, :package]
Spec::Rake::SpecTask.new do |t|
- t.spec_opts = ['--format','s', '--loadby','mtime','--color']
+ t.spec_opts = ['--format','s', '--loadby','mtime','--color', '--backtrace']
t.pattern ='spec/{unit,integration}/**/*.rb'
t.fail_on_error = false
end