On windows, global python variables are not automatically passed to child processes. This commit
makes sure the default timeout value is available to child processes by passing it directly.
I pass the whole dotest_opts value to the children, so we can use the other members as well if we
need to do it in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good.
test/dosep.py | ||
---|---|---|
72 ↗ | (On Diff #28942) | Technically should be set_up_global_variables, but this is such a frequent error that setup is probably more consistent. |