From bf4558470c64eb508d7fcaf20180833465789b06 Mon Sep 17 00:00:00 2001 From: Ivan Utkin Date: Mon, 20 Nov 2023 14:04:51 +0100 Subject: [PATCH] Add error message display for failed commands --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index eaaa1c7d..525fa347 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -61,6 +61,7 @@ function runtests() run(`$exename --startup-file=no $(joinpath(testdir, f))`) end catch ex + @error ex nfail += 1 end end