From d7eebbd77a724174b9dd1cc5faa3fc66f8c5e760 Mon Sep 17 00:00:00 2001 From: Feda Curic Date: Wed, 20 Sep 2023 12:15:05 +0200 Subject: [PATCH] Remove unused functions from testkomodo --- ci/testkomodo.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ci/testkomodo.sh b/ci/testkomodo.sh index 93ab47255d0..fe566519484 100755 --- a/ci/testkomodo.sh +++ b/ci/testkomodo.sh @@ -1,20 +1,3 @@ -copy_test_files () { - cp -r ${CI_SOURCE_ROOT}/tests ${CI_TEST_ROOT} - ln -s ${CI_SOURCE_ROOT}/test-data ${CI_TEST_ROOT}/test-data - - ln -s ${CI_SOURCE_ROOT}/src ${CI_TEST_ROOT}/src - - # Trick ERT to find a fake source root - mkdir ${CI_TEST_ROOT}/.git - - # Keep pytest configuration: - ln -s ${CI_SOURCE_ROOT}/pyproject.toml ${CI_TEST_ROOT}/pyproject.toml -} - -install_test_dependencies () { - pip install -r dev-requirements.txt -} - run_ert_with_opm () { pushd "${CI_TEST_ROOT}"