mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Unit tests should not rely on global `capstan` binary #57

Open miha-plesko opened 6 years ago

miha-plesko commented 6 years ago

Some of the tests here make use of Capstan binary that is curently installed on the system. But this brings problems if we forget to build it and just run unit tests...