Skip to content

Commit

Permalink
Add error message display for failed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Nov 20, 2023
1 parent 01a82b2 commit bf45584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function runtests()
run(`$exename --startup-file=no $(joinpath(testdir, f))`)
end
catch ex
@error ex
nfail += 1
end
end
Expand Down

0 comments on commit bf45584

Please sign in to comment.