In fastlane file, I connect the script with the following command:
test = sh"./bash_script.sh" And the test output is written to the entire output of the script.
How do I get the value of the $ result variable in fastlane, and not the entire output?