Hi, my build is pretty long (we're working on it) and I would love to run my integration tests in parallel with my unit tests on 2 different jenkins slave.
slave 1: buildr clean test slave 2: buildr clean integration test=no but running "buildr integration test=no" doesn’t run any test How can I do this ? Is it possible ? A "--only-integration-test" option would be great. Thanks -- Jean-Philippe Caruana http://www.barreverte.fr
