Commit 605f580
committed
Fix hasTestSpecs to ignore run-only config
When _quarto.tests contains only 'run' with no format specs,
hasTestSpecs() should return false to fall back to default
behavior (guess formats, use noErrorsOrWarnings).
This prevents tests with only run config from having no
verification at all.1 parent 2bb86f3 commit 605f580
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
0 commit comments