grails-functional-test-development
grails-functional-test-development copied to clipboard
Changing the port is not working
Running the app with: grails develop-functional-tests -Pserver.port=8090
does not start the server with the proper port, it's still running using 8080. Do I have to change anything else? I'm using Grails 2.2.0 and functional-test-development 0.9.4
I am using the following snippet in grails-app/conf/BuildConfig.groovy
https://gist.github.com/martint17r/5132950