membphis commented on a change in pull request #1254: Add unit test troubleshoot doc. URL: https://github.com/apache/incubator-apisix/pull/1254#discussion_r392543856
########## File path: doc/how-to-build.md ########## @@ -106,12 +106,19 @@ Makefile rules: 1. Install perl's package manager `cpanminus` first 2. Then install `test-gninx` via `cpanm`::`sudo cpanm --notest Test::Nginx IPC::Run > build.log 2>&1 || (cat build.log && exit 1)` -3. Clone source code:`git clone https://github.com/openresty/test-nginx.git`; +3. Clone source code:`git clone https://github.com/apache/incubator-apisix.git`; Review comment: The old version is right. The `apisix` and `test-nginx` should be put in the same folder. ``` $ ls apisix test-nginx ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
