Closed jajik closed 6 months ago
Well, there exists people like me who even though open the docs, they forget to install some of the tools... :smile:
Thanks for the merge.
Well, there exists people like me who even though open the docs, they forget to install some of the tools... 😄
Thanks for the merge.
Yeah my take is that it saves a lot of unnecessary debugging in those cases
When I tried running the testsuite on a fresh system (ubuntu), I forgot to install
curl
. The testuite then failed because it assumed httpd was not ready, but in reality it was missingcurl
. This PR adds a check for the required commands into the dependencies setup.