Loading run_ci_tests.zsh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ cd "$EMTEST_FOLDER" || return 3 cd "$EMTEST_FOLDER" || return 3 function run_test() { function run_test() { python3 -m pytest --junitxml=report.xml $1 python3 -m pytest -v --junitxml=report.xml $1 RES=$? RES=$? cp /emtest/report.xml $CI_PROJECT_DIR cp /emtest/report.xml $CI_PROJECT_DIR return $RES return $RES Loading Loading
run_ci_tests.zsh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ cd "$EMTEST_FOLDER" || return 3 cd "$EMTEST_FOLDER" || return 3 function run_test() { function run_test() { python3 -m pytest --junitxml=report.xml $1 python3 -m pytest -v --junitxml=report.xml $1 RES=$? RES=$? cp /emtest/report.xml $CI_PROJECT_DIR cp /emtest/report.xml $CI_PROJECT_DIR return $RES return $RES Loading