From 5623faa7b85ef5d7446b81a2bc739252a05dc01c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 26 Dec 2020 14:10:41 +0100 Subject: [PATCH] Fiiiixes --- lib/tests_coordination.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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