SConscript files incorrectly testing jsEngine value

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • DevProd Build
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      jsEngine may have values 'mozjs' or 'none'.
      SERVER-57711 updates tests of this value to be boolean cheaks (e.g. `if jsEngine:`), however a boolean cast on the string `none` will result in a Truthy value (since "none" is not an empty string).

      These callsites should be modified to `if jsEngine != "none":`

            Assignee:
            Unassigned
            Reporter:
            Sara Golemon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: