From 6a6382b1a2d45abc30ff3a76fa81ebe01ac13dba Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Oct 2024 19:38:02 -0700 Subject: [PATCH] ci: Enable showing test failures immediately as they fail Signed-off-by: Sunil Mohan Adapa --- .ci/functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/functional-tests.yml b/.ci/functional-tests.yml index 51f55f84c..7e188502c 100644 --- a/.ci/functional-tests.yml +++ b/.ci/functional-tests.yml @@ -18,7 +18,7 @@ - 'echo -e "Cmnd_Alias FREEDOMBOX_ACTION_DEV = /usr/share/plinth/actions/actions, `pwd`/actions/actions\nDefaults!FREEDOMBOX_ACTION_DEV closefrom_override\nplinth ALL=(ALL:ALL) NOPASSWD:SETENV : FREEDOMBOX_ACTION_DEV\n" > /etc/sudoers.d/01-freedombox-development' - while ! grep -q "Setup thread finished" plinth.log; do sleep 1; echo -n .; done script: - - FREDOMBOX_URL=https://localhost FREEDOMBOX_SSH_PORT=22 FREEDOMBOX_SAMBA_PORT=445 pytest -v --durations=10 --include-functional --splinter-headless --template=html1/index.html --report=functional-tests.html + - FREDOMBOX_URL=https://localhost FREEDOMBOX_SSH_PORT=22 FREEDOMBOX_SAMBA_PORT=445 pytest -v --durations=10 --include-functional --splinter-headless --instafail --template=html1/index.html --report=functional-tests.html artifacts: when: always paths: