Skip to content

Fix unbound error by defining KNAPSACK variables with empty value

What does this MR do and why?

This MR fixes the ./scripts/rspec_helpers.sh: line 127: KNAPSACK_GENERATE_REPORT: unbound variable error by defining the KNAPSACK_GENERATE_REPORT, FLAKY_RSPEC_GENERATE_REPORT, and CRYSTALBALL variables with empty values if they're not already defined. Possibly introduce by !110961 (diffs).

Related to #397877 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rémy Coutable

Merge request reports