Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2022-07-11
Description
The is_patch check in the scons lint task expects is_patch to be a non-empty string but this is no longer the case in light of recent changes in the CI system. As a result, for non-patch builds, this results in the following shell error:
[2022/06/29 17:47:23.925] echo "Found mypy executable at '$MYPY'"
|
[2022/06/29 17:47:23.925] export extra_flags=""
|
[2022/06/29 17:47:23.925] if [[ == "true" ]]; then
|
[2022/06/29 17:47:23.925] sh: line 39: conditional binary operator expected
|
Attachments
Issue Links
- is related to
-
SERVER-40474 Run linting out of scons process
-
- Closed
-
-
SERVER-55300 Implement expansions handling for standalone shell
-
- Closed
-