Commit 6be56cb4 authored by Jan Kiene's avatar Jan Kiene
Browse files

set PYTEST_ADDOPTS as env var

parent e0c6fd18
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -495,7 +495,7 @@ stages:
    - if [ -s $FAILED_TESTCASES_LIST ]; then
    -   rm -rf .pytest_cache || true
    -   unzip $PYTEST_CACHE_ARTIFACT
    -   PYTEST_ADDOPTS="--last-failed"
    -   export PYTEST_ADDOPTS=--last-failed
    - else
    -   echo "All tested cases were bit-exact between $CI_MERGE_REQUEST_TARGET_BRANCH_NAME and $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME. No need to check for regressions."
    -   exit 0