This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Build succeeds if fusionui folder is missing #1070
Open
Description
This was discovered thanks to a developer's stray mouse click.
If the src/fusion/fusionui folder is missing, the scons build will claim it was successful but it will not build or install the Fusion UI. If a part of the build fails, this should cause the overall build to fail.
In the specific instance in which this bug was discovered the src/fusion/fusionui folder was accidentally moved into the src/fusion/ffio folder.
Steps to reproduce:
- Move the src/fusion/fusionui folder under the src/fusion/ffio folder
- Build and install fusion
Expected result: the build fails
Actual result: the build succeeds but no UI is installed