YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 26 forks source link

testing_process: better explain why public/private test fails #34

Closed kemenaran closed 7 years ago

kemenaran commented 7 years ago

Currently, when an app fails the public or private test, only a "Test failed!" message is displayed. The root cause of the failure is missing – which leaves us wondering whether something went wrong during the installation itself, or what exactly happened during the privacy check.

This PR adds a warning about the cause of the failure, which should make these tests easier to understand and to fix.

maniackcrudelis commented 7 years ago

Thanks :)