Commit 2d56a77
committed
Merge #644: Run
0b63ee8 Add verify --tests to CI (Jamil Lambert, PhD)
1ede106 Fix remaining verify --tests problems (Jamil Lambert, PhD)
Pull request description:
Fix the two problems highlighted when adding `verify --tests` to CI:
`submitpackage` is untested for v26 - Add `UNTESTED` label to the types table.
`abortprivatebroadcast` test did not check the model - Fix the test.
Add `verify --tests` to CI:
For every version `integration_tests` capture the output and run `verify --tests` with the output generated. Run in the same job as the tests since they are needed to generate the file.
Closes #639
ACKs for top commit:
satsfy:
reACK 0b63ee8
tcharding:
ACK 0b63ee8
Tree-SHA512: 69cc7dfc548c30b7fa48f1e3d9ec7d734759a357877696f595127408422f6dc0c3f5d3bfa002d14f0ba5de988af6c3f6b7fafbe47444d61ba31410e0e983b559verify --tests in CI3 files changed
Lines changed: 35 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
164 | 176 | | |
165 | 177 | | |
166 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
721 | | - | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
722 | 740 | | |
723 | | - | |
724 | | - | |
725 | | - | |
| 741 | + | |
726 | 742 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments