mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5730 from akva2/fix_no_failures
fixed: don't fail build if there are no failures
This commit is contained in:
commit
ac346b4c23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user