wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Junit tests cannot be run by other contributors #49

Closed rosskevin closed 11 years ago

rosskevin commented 11 years ago

At least those contributors that don't use the username markw

USER_HOME = "/home/markw
rosskevin commented 11 years ago

I'll take a shot at this too in my fork/feature branch

rosskevin commented 11 years ago

I started changing this over, (really just removed the bit of superfluous SystemHelper in favor of moving that method to existing FileSystemHelper) when I ran tests only to figure out that it was just the integration test failing. Not sure why the 'it' is failing just yet, but this issue is invalid.

wolfeidau commented 11 years ago

Yeah the integration tests at the moment assume some things about OSX this is to test the system ruby installation.

I have a Vagrant image which I also use but I haven't open sourced this as it needs more work. Ideally this is the best way to test something like this.

Cheers.