Benjamin Nelson

Results 43 comments of Benjamin Nelson

Oh, ah, typo there. I missed the `script` call specifically. It should be ```getPipelineMock("sh")([returnStdout:true, script: cmd])```

This is one of the console messages I get: ``` 12:58:17.285 [Test worker] DEBUG com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification - TEST FIXTURE intercepted & redirected a call: Test : class com.homeaway.devtools.jenkins.testing.JenkinsPipelineSpecification Note : pipeline...

I am running my setup for my mock in the setup function as well.

I haven't been able to no, I have tried something like the following: ``` getPipelineMock("sh")([script: _, returnStdout:_]) >> { args -> System.out.println(args) return 'thing' } ``` as well as ```...

Gotcha no worries. I can try and set that up when I get time. I just need to get unblocked from this for now to get moving on my own...

Specifically this part - https://github.com/wger-project/wger/blob/master/docs/development.rst#install-site Couldn't get the server running locally since I can't find the 'wger/settings.py' file. The settings.tpl file exists but when I run the command with that...

Is there a build command that can just 'start fresh'? If not it'd be nice to add that to a script somewhere. I got the same error when running the...

Using python version 3.4.5

also - I don't have `wger/core/static/bower_components`, is there another step where I install bower components that I didn't see? I also didn't see a bower config file either. EDIT: ah,...