Commit d60f4979 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Echo pytest run command

parent ad9d548c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -20,6 +20,12 @@ fi

# {{{ utilities

function with_echo()
{
  echo "$@"
  "$@"
}

function get_proj_name()
{
  if [ -n "$CI_PROJECT_NAME" ]; then
@@ -291,7 +297,7 @@ test_py_project()
       DOCTEST_MODULES_FLAG=""
     fi

      ${PY_EXE} -m pytest \
      with_echo ${PY_EXE} -m pytest \
        --durations=10 \
        --tb=native  \
        --junitxml=pytest.xml \