LaurenceLiZhixin commented on issue #117:
URL: 
https://github.com/apache/dubbo-go-samples/issues/117#issuecomment-850484387


   I guess you run it on windows.
   Run test on windows environment is not suggested. 
   You can run the test with the following choice:
   1. Run `make PROJECT_DIR=$(pwd)  BASE_DIR=$(pwd)/dist -f 
../../build/Makefile docker-up` with git bash instead of `make -f ../ 
/xxx/xxx/dobbo-go samles/build/Makefile docker-up `
   2. Run `sh start_integrate_test.sh` in the root directory of 
dubbo-go-samples to run all tests.
   
   > 
   > 
   > Inside the HOWTO.md guide, the
   > `make -f ... /... /build/Makefile docker-up` command does not correspond 
to the corresponding directory, and `... /build/makefile` operation returns a 
folder under `attachment`, so I think we should use the absolute path like 
`make -f ../ /xxx/xxx/dobbo-go samles/build/Makefile docker-up `
   
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to