Skip to content

Update run_tests.sh

Martin Schultz requested to merge hotFixCITestFailureIsIgnored into master

to use the return code of ctest on osx and linux.

On windows using $? to get the return value is supposedly boken at least in minGW shells, But it should work on unix systems.

Merge request reports