build-aux: run-test.sh.in - Capture exit codes before set -e ends the script
With set -e, the script ends on any nonzero exit code and that would leave the valgrind output unchecked. Fix the exit code capture so valgrind output is correctly shown.
Please register or sign in to comment