Merge pull request #5730 from akva2/fix_no_failures

fixed: don't fail build if there are no failures
This commit is contained in:
Bård Skaflestad 2024-11-12 15:22:40 +01:00 committed by GitHub
commit ac346b4c23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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