Skip to content

Commit

Permalink
Added -d to rake spec tasks so full backtraces are output.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Nov 5, 2011
1 parent 7709191 commit cdb9841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -99,7 +99,7 @@ def run_specs(flags=nil)

ENV.delete("RUBYOPT")

sh "bin/mspec ci #{ENV['CI_MODE_FLAG'] || flags} --background --agent"
sh "bin/mspec ci #{ENV['CI_MODE_FLAG'] || flags} -d --background --agent"
end

task :default => :spec
Expand Down

0 comments on commit cdb9841

Please sign in to comment.