chef / sqerl

General purpose RDBMS abstraction layer
Apache License 2.0
42 stars 18 forks source link

TK tests #66

Closed wk8 closed 10 years ago

wk8 commented 10 years ago

Integrated TK to make it easier to dev & test in the future.

seth commented 10 years ago

Looks good. Curious to see what travis says and would like to give it a quick try. (or someone else could if they beat me to it).

seth commented 10 years ago

Should add some notes on how to use it to top-level readme.

wk8 commented 10 years ago

@seth added a couple of lines in the README, plus now installing with erlang-solutions' packages.

wk8 commented 10 years ago

Travis passes again!

seth commented 10 years ago

I can get a build, but I still end up with the sqerl directory being root owned and then rebar install fails.

wk8 commented 10 years ago

@seth I'm dumbfounded as to why your vagrant doesn't set the right ownership on rsync'ed folders. Having a look at their source code, they do seem to force the ownership on the vagrant user as much as they can.

Alternatively, I guess I could just alter all this to have root do everything instead of vagrant. What do you think?

wk8 commented 10 years ago

( @seth : you sure you don't have any funny rsync stuff in your shell profile, right? )

wk8 commented 10 years ago

@seth should now be working on your machine too!