Skip to content

Commit

Permalink
remove running of nonexistent everest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored and berland committed Oct 24, 2024
1 parent 0ed17db commit a18addc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ start_tests () {
run_ert_with_opm
return_code_opm_integration_test=$?

run_everest_tests
return_code_everest_tests=$?
set -e


Expand All @@ -97,9 +95,5 @@ start_tests () {
echo "The ERT OPM integration test failed."
return_code_combined_tests=1
fi
if [ "$return_code_everest_tests" -ne 0 ]; then
echo "One or more Everest tests failed."
return_code_combined_tests=1
fi
return $return_code_combined_tests
}

0 comments on commit a18addc

Please sign in to comment.