Commit d655c1f
Fix test-spec -> test_spec in JSON output
The new report.py expects the test-spec key to be in a proper JSON
compatible format. I.e., it looks for 'test_spec' rather than the
old 'test-spec' used previously.
This fixes the issue with missing test specification inline in the
resulting PDF report. See 'Verify dynamic test-spec: <case>.adoc'
for a before-after example.
Signed-off-by: Joachim Wiberg <[email protected]>1 parent 5e4e467 commit d655c1f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
333 | | - | |
| 332 | + | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments