ProjectZetta / RemoteFutures

Remote execution of futures in a distributed system.
http://remotefutures.org
Other
4 stars 1 forks source link

Issue#34 #43

Closed ghost closed 10 years ago

ghost commented 10 years ago

@MartinSenne

I could need some help to let travis executes the tests in project benchmark. Testing manually works, i.e.

projects project benchmark compile test

Does exactly what it should do, executing my excel test but apparently travis isn't.

What do I need to change in Built.Scala to get tests in benchmark project executed automatically by travis???

Thanks for help.

Hope this tests helps to reproduce this issue because I'm still unable to get this error on my box...

MartinSenne commented 10 years ago

Hi Marvin,

Travis only executes the line

script:
  - sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal

Either we make the root project depend on "benchmark" (see depend on in Build.scala) or try

script:
  - sbt ++$TRAVIS_SCALA_VERSION clean compile test "project benchmark" clean compile test
ghost commented 10 years ago

OK thank you,

will try a modify travis script once I'm back.

marvin -- send from mobile phone On 1/04/2014 6:07 PM, "Martin Senne" notifications@github.com wrote:

Hi Marvin,

Travis only executes the line

script:

  • sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal

Either we make the root project depend on "benchmark" (see depend on in Build.scala) or try

script:

  • sbt ++$TRAVIS_SCALA_VERSION clean compile test "project benchmark" clean compile test

— Reply to this email directly or view it on GitHubhttps://github.com/DistributedRemoteFutures/DistributedRemoteFutures/pull/43#issuecomment-39224050 .