Commit 83f98c7
committed
run-vmtest: always search for json summaries
In case when TEST_RUNNERS is set, but .json summary was not
produced (due to runner crashing, for example), the
print_test_summary.py script would fail with "no such file" error.
Always search for .json summaries with find, to avoid this unhelpful
error.
Signed-off-by: Ihor Solodrai <[email protected]>1 parent 45bfd5c commit 83f98c7
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 115 | + | |
121 | 116 | | |
122 | 117 | | |
123 | 118 | | |
| |||
0 commit comments