bokket edited a comment on issue #117: URL: https://github.com/apache/dubbo-go-samples/issues/117#issuecomment-850496521
> 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` Thank you for your reply. I used ubuntu.I think this problem may be due to historical reasons, and later put them in a folder again. On Linux, the ../ operation cannot reach the build directory. I will go down and try again for the operation you suggest. I just want to talk about another problem, the debain system does not seem to have the en0 network card,See #101 for details.Can you help me?Thank you. -- 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]
