Commit c8b99a9
authored
Fix build platform environment variable (#13914)
Certain tests that make use of `pytest_wrapper.py`, such as those
triggered by `task_python_integration.sh` will fail when a "PLATFORM"
environment variable is not set within the Docker container.
When using `build.sh` to both create a container, and run a command to
execute one of the tests that requires a "PLATFORM", an error will occur
due to the missing environment variable.
This patch is necessary to add support for this environment variable to
`build.sh` and prevent such errors.1 parent 7323e1d commit c8b99a9
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
122 | 134 | | |
123 | 135 | | |
124 | 136 | | |
| |||
227 | 239 | | |
228 | 240 | | |
229 | 241 | | |
| 242 | + | |
230 | 243 | | |
231 | 244 | | |
232 | 245 | | |
| |||
0 commit comments