basho / clique

CLI Framework for Erlang
Apache License 2.0
147 stars 49 forks source link

Fix failing test on some environments #82

Closed russelldb closed 6 years ago

russelldb commented 6 years ago

On ubuntu 16.04 r16b02_basho10 clique_config test fails when trying to create ets tables (they already exist!) The teardown should have removed them. Rather than a full rabbit hole excavation, I've added a "belt-and-braces" run teardown before setup. This seems to work. I left a comment in place about why the change, and hopefully one day we can fix it properly.

russelldb commented 6 years ago

Derp, duplicate