|
Ran
|
Jobs
1
|
Files
415
|
Run time
34s
|
Badge
README BADGES
|
push
travis-ci-com
Fix tests not using an absolute or relative path with `Process` (#11454) From the Remote Execution API: https://github.com/bazelbuild/remote-apis/blob/9e72daff4/build/bazel/remote/execution/v2/remote_execution.proto#L472-L475 > The first argument must be the path to the executable, which must be either a relative path, in which case it is evaluated with respect to the input root, or an absolute path. These tests were causing https://github.com/pantsbuild/pants/pull/11452 to fail because the unconstrained `python` looked like a relative path even though it isn't. [ci skip-build-wheels] [ci skip-rust]
0 of 28561 relevant lines covered (0.0%)
0.0 hits per line