Dyalog/DBuildTest

Improve reporting of errors in test functions

bpbecker opened this issue · 1 comments

Currently with -verbose, when a test function has an error you get something like:

running: test_restful_post
test_restful_post: VALUE ERROR

It would be really useful to display all of ⎕DM in the log. It would probably be sufficient to do so only with -verbose active.

Fixed with v1.62 (from today)