Skip to content

Commit

Permalink
move bootstrapping of it:test into code so SBT can manage it all.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregg Hernandez committed Jun 22, 2015
1 parent 1c2f8ab commit 30fd83a
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 154 deletions.
2 changes: 0 additions & 2 deletions it-test.sh

This file was deleted.

5 changes: 0 additions & 5 deletions project/ClientBuild.scala
Expand Up @@ -7,9 +7,4 @@ object ClientBuild extends Build {
Project("root", file("."))
.configs(IntegrationTest)
.settings(Defaults.itSettings: _*)
.settings(
testOptions in IntegrationTest += Tests.Setup( () => {
println("Make sure you're running these tests from this script: it-test.sh")
})
)
}

0 comments on commit 30fd83a

Please sign in to comment.