Missing results summary when test fails
Open
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
When I run amber with multiple scripts, and one of them is unsupported, then I do not get a proper summary of the results:
```
$ amber draw_triangle_list_hlsl.amber user_type.amber
Unable to find Vulkan device supporting:
VK_GOOGLE_user_type
```
I would be nice to see something like:
```
Summary: 1 pass, 0 fail, 1 unsupported
```
Contributor guide
Assessment
This issue has not been assessed yet.