Skip to content

Instantly share code, notes, and snippets.

@szeiger
Created January 13, 2015 11:06
Show Gist options
  • Select an option

  • Save szeiger/6a2f4bcbb06811ffc0bb to your computer and use it in GitHub Desktop.

Select an option

Save szeiger/6a2f4bcbb06811ffc0bb to your computer and use it in GitHub Desktop.
buildCapabilitiesTable := {
val logger = ConsoleLogger()
Run.executeTrapExit({
System.err.println("1")
Run.run( "com.typesafe.slick.testkit.util.BuildCapabilitiesTable",
(fullClasspath in Compile).value.map(_.data),
Seq("src/sphinx/capabilities.csv"),
logger)(runner.value)
System.err.println("2")
}, logger)
}
> buildCapabilitiesTable
1
[info] Running com.typesafe.slick.testkit.util.BuildCapabilitiesTable src/sphinx/capabilities.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment