You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging my PR, I wanted to try running the cross tests locally. This turns out to be more complicated than using the default cross test, which I figured out after trying to hunt down a 'missing HOST_GID variable' error when running the command. It would be nice if there was at least a nicer error for this case, and either support for unpatched cross, or instructions on how best to run the patched version locally.
The text was updated successfully, but these errors were encountered:
Would be nice to have this documented in the future, but for anyone else who runs into this issue, those are the necessary steps to run the tests locally.
Yes, this is another area where the documentation is lacking. It's also been a while since I looked at the infrastructure here; maybe with another look, the custom cross tool could be avoided at this point.
While debugging my PR, I wanted to try running the cross tests locally. This turns out to be more complicated than using the default
cross test
, which I figured out after trying to hunt down a 'missingHOST_GID
variable' error when running the command. It would be nice if there was at least a nicer error for this case, and either support for unpatchedcross
, or instructions on how best to run the patched version locally.The text was updated successfully, but these errors were encountered: