mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fiiiixes
This commit is contained in:
parent
b17f8f52f9
commit
5623faa7b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue