mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix config panel test ?
This commit is contained in:
parent
d02957319a
commit
3529409001
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ _TEST_CONFIG_PANEL() {
|
||||||
if [[ -e "$package_path/config_panel.toml" ]]
|
if [[ -e "$package_path/config_panel.toml" ]]
|
||||||
then
|
then
|
||||||
# Call app config get, but with no output, we just want to check that no error is raised
|
# Call app config get, but with no output, we just want to check that no error is raised
|
||||||
yunohost app config get $app_id --output-as none
|
_RUN_YUNOHOST_CMD "app config get $app_id"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue