From 6cfddcc356774ea28f9a559cb575b94a6677e6f4 Mon Sep 17 00:00:00 2001 From: Jeff Bezanson Date: Mon, 28 Sep 2020 18:24:48 -0400 Subject: [PATCH] try to get more info on Test failure --- stdlib/Test/src/Test.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/Test/src/Test.jl b/stdlib/Test/src/Test.jl index 0d0abaef1d38b4..72409dc77e2fde 100644 --- a/stdlib/Test/src/Test.jl +++ b/stdlib/Test/src/Test.jl @@ -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