osrf / rocker

A tool to run docker containers with overlays and convenient options for things like GUIs etc.
Apache License 2.0
555 stars 70 forks source link

test_git_extension requires user to have .gitignore #193

Open cottsay opened 2 years ago

cottsay commented 2 years ago

The test_git_extension test will fail if the user invoking the test does not have a .gitignore file in their home directory. It would be great if we could break this external environmental dependency somehow, but I'm not sure the best way to do that.