fixed: don't fail build if there are no failures

This commit is contained in:
Arne Morten Kvarving 2024-11-12 14:31:15 +01:00
parent 91aabf6a92
commit d4d2fa9a17

View File

@ -28,4 +28,7 @@ do
$SOURCE_DIR/plot_well_comparison.py -r $OPM_TESTS_ROOT/$dir_name/opm-simulation-reference/$binary/$file_name -s $RESULT_DIR/tests/results/$binary+$test_name/$file_name -c $test_name -o plot
done
$SOURCE_DIR/plot_well_comparison.py -o rename
if test -n "$FAILED_TESTS"
then
$SOURCE_DIR/plot_well_comparison.py -o rename
fi