0
2 答案
0
最佳答案
Update:
1) I found the command:
--stop-after-init
which seems to work but exists with code 1, meaning, it will be interpreted as an error. Any ideas about that?
Thx
Ronny
0
最佳答案
I had this same problem. Additionally I wanted an interactive way of running my test quite continuously during development...
I created an open source script to solve both use-cases:
https://github.com/dimitrydhondt/odoutils
Feedback welcome :)
To run it inside of docker you'll need 'docker in docker', I believe.
https://shisho.dev/blog/posts/docker-in-docker/