mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 00:44:08 -06:00
fixed: don't fail build if there are no failures
This commit is contained in:
parent
91aabf6a92
commit
d4d2fa9a17
@ -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