sbt/scripted
jvican b923f12cc8
Deduplicate `scriptedTest` and remove exceptions
The following commit minimises the amount of exceptions that leak
through our internal signatures. It thus changes the return type
signature of `scriptedTest` to return an `Option` instead of `Unit`.

At the call-site of `scriptedTest`, we also remove the code to handle
the exceptions thrown by it.
2017-05-10 21:32:36 +02:00
..
plugin/src/main Delete scripted deprecations & CompatibilityLevel 2017-05-10 21:32:31 +02:00
sbt Deduplicate `scriptedTest` and remove exceptions 2017-05-10 21:32:36 +02:00