How to mute the stacktrace information when Test fails

I wrote some testsets. However, julia print out a lot of error information when test fails. I only want to know how many fails but not the detailed stacktrace information.

1 Like