Commit a9b50f3
committed
More flexibile overriding of test results.
We allow implementations to have different error
outputs (for very good reasons). We still want
to share the test suite. So far we had an "implementation"
suffix. This still required all the variants to be put
in this repo. This is inconvenient, because we need to
sync repos on every change which changes stack traces.
This change allows providing an override directory
with alternative test results. In addition to making
work on go-jsonnet easier, it will also allow 3rd party
implementations to use the test suite directly.1 parent 7354bee commit a9b50f3
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
0 commit comments