From 958e50e5e2f8bc5447071554ad32ef47be1c33ad Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Fri, 11 Mar 2016 23:27:47 -0500 Subject: re-enable usage page tests --- stage2/Stage2.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stage2/Stage2.scala') 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") } -- cgit v1.2.3