Skip to content
Snippets Groups Projects
Commit b1f9340f authored by Timo Koch's avatar Timo Koch
Browse files

[ci][python] Run python tests twice to test reloading features

The second run should be much faster since everything is already compiled
parent 8cab5121
No related branches found
No related tags found
1 merge request!3058[ci][python] Run python tests twice to test reloading features
Pipeline #15344 waiting for manual action
Pipeline: dumux

#15345

    ...@@ -185,6 +185,7 @@ test python: ...@@ -185,6 +185,7 @@ test python:
    source bin/testing/ci-setup-python-env.sh source bin/testing/ci-setup-python-env.sh
    pushd build-cmake pushd build-cmake
    DUNE_LOG_LEVEL=DEBUG ctest --output-on-failure -L python DUNE_LOG_LEVEL=DEBUG ctest --output-on-failure -L python
    DUNE_LOG_LEVEL=DEBUG ctest --output-on-failure -L python
    popd popd
    else else
    echo "No changes in the Python bindings/Python code detected: skipping tests." echo "No changes in the Python bindings/Python code detected: skipping tests."
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment