aboutsummaryrefslogtreecommitdiff
path: root/stage2/Stage2.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-11 23:27:47 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-11 23:27:47 -0500
commit958e50e5e2f8bc5447071554ad32ef47be1c33ad (patch)
tree78cbd44ae0880683a639070e1b376531109eb129 /stage2/Stage2.scala
parent81259255d6b6bf3d1ef9c3aaadbeae47457f175d (diff)
downloadcbt-958e50e5e2f8bc5447071554ad32ef47be1c33ad.tar.gz
cbt-958e50e5e2f8bc5447071554ad32ef47be1c33ad.tar.bz2
cbt-958e50e5e2f8bc5447071554ad32ef47be1c33ad.zip
re-enable usage page tests
Diffstat (limited to 'stage2/Stage2.scala')
-rw-r--r--stage2/Stage2.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/stage2/Stage2.scala b/stage2/Stage2.scala
index 392e322..4145e55 100644
--- a/stage2/Stage2.scala
+++ b/stage2/Stage2.scala
@@ -31,7 +31,7 @@ object Stage2{
val first = lib.loadRoot( context )
val build = first.finalBuild
- val res = lib.trapExitCode{
+ val res =
if (loop) {
// TODO: this should allow looping over task specific files, like test files as well
val triggerFiles = first.triggerLoopFiles.map(lib.realpath)
@@ -54,7 +54,6 @@ object Stage2{
} else {
new lib.ReflectBuild(build).callNullary(task)
}
- }
init.logger.stage2(s"[$now] Stage2 end")
}