summaryrefslogtreecommitdiffhomepage
path: root/dragon/tests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'dragon/tests.rb')
-rw-r--r--dragon/tests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dragon/tests.rb b/dragon/tests.rb
index 7cbba09..ad1a780 100644
--- a/dragon/tests.rb
+++ b/dragon/tests.rb
@@ -132,7 +132,7 @@ S
log "#{self.failed.length} test(s) failed."
self.failed.each do |h|
log "**** Test name: :#{h[:m]}"
- log "#{h[:e].to_s.gsub("* ERROR:", "").strip}"
+ log "#{h[:e].to_s.gsub("* ERROR:", "").strip}\n#{h[:e].__backtrace_to_org__}"
end
end
end