Commit 1a21699
committed
fix(build-tests): --image CLI flag wins over fixture INTEGRATION_IMAGE
Rabbit-flagged: the fixture source step (`source inputs.env`)
unconditionally clobbered the parsed CLI --image value with the
fixture's INTEGRATION_IMAGE, so the advertised flag was effectively
ignored whenever a fixture set the env var.
Track whether --image came from the CLI; let the fixture value
override only when the flag was not passed. Lets callers A/B-test
a scenario against a different image (e.g., to bisect a flex tag
regression) without editing the fixture.
Refs: openemr#146 (issue), openemr#148 (this PR)
Assisted-by: Claude Code1 parent 0d8ad98 commit 1a21699
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
0 commit comments