From cf5547d4912f5c40bc1188c30ec877d10aed0a01 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 21 Jan 2022 18:15:41 +0100 Subject: [PATCH] Fix test command for bullseye --- ynh-dev | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ynh-dev b/ynh-dev index fb672f7..dce3e2e 100755 --- a/ynh-dev +++ b/ynh-dev @@ -455,7 +455,7 @@ function run_tests() done # Apps for test - cd /ynh-dev/yunohost/src/yunohost/tests + cd /ynh-dev/yunohost/src/tests [ -d "apps" ] || git clone https://github.com/YunoHost/test_apps ./apps cd apps git pull > /dev/null 2>&1 @@ -467,10 +467,10 @@ function run_tests() then cd /ynh-dev/yunohost/ py.test tests - cd /ynh-dev/yunohost/src/yunohost + cd /ynh-dev/yunohost/src py.test tests else - cd /ynh-dev/yunohost/src/yunohost + cd /ynh-dev/yunohost/src if [[ -z "$TEST_FUNCTION" ]] then py.test tests/test_"$TEST_MODULE".py