Skip to content

Commit

Permalink
try to get more info on Test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Sep 29, 2020
1 parent f6d1032 commit 6cfddcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/Test/src/Test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ function get_test_result(ex, source)
$testret
catch _e
_e isa InterruptException && rethrow()
Base.display_error(Base.catch_stack())
Threw(_e, Base.catch_stack(), $(QuoteNode(source)))
end
end
Expand Down

0 comments on commit 6cfddcc

Please sign in to comment.