diff --git a/lib/tests_coordination.sh b/lib/tests_coordination.sh index 6750dfe..817cc34 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -272,8 +272,8 @@ run_all_tests() { # Print the version of YunoHost from the LXC container log_small_title "YunoHost versions" LXC_START "yunohost --version" - LXC_START "yunohost --version --output-as json | jq -r .yunohost.version" >> $TEST_CONTEXT/ynh_version - LXC_START "yunohost --version --output-as json | jq -r .yunohost.repo" >> $TEST_CONTEXT/ynh_branch + LXC_START "yunohost --version --output-as json" | jq -r .yunohost.version >> $TEST_CONTEXT/ynh_version + LXC_START "yunohost --version --output-as json" | jq -r .yunohost.repo >> $TEST_CONTEXT/ynh_branch echo $ARCH > $TEST_CONTEXT/architecture echo $app_id > $TEST_CONTEXT/app_id