Commit 161cfa9
committed
test(e2e): hold 313 to bash 3.2, which is what macOS ships
It failed on its first CI run with `mapfile: command not found`. That
constraint was already written down -- 47_cdb_prebuilt_module_path_abs.sh says
it in its own comment -- and every other user of `mapfile` in this suite
declares `# requires: gcc`, which macOS never satisfies. The rule existed and
the tests that could break it could not reach the platform that would tell
them.
Which is the same finding this file was added for, one level up: the build and
run assertions above the failure had already PASSED on macOS, so the mechanism
itself works there. Only the test did not.1 parent e8f651f commit 161cfa9
1 file changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
| |||
0 commit comments