From d6245c8dc5c7b2f885d538b39f685327da252863 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 19 Mar 2017 19:51:38 -0400 Subject: Unify reflectively loading builds from directories. THis is mostly cleanup and a little bit feature. Before it was done partially in 3 places, BuildBuild, loadRoot and GitDependency. Now DirectoryDependencies also support referencing sub-builds. Also introduce scalariform for the first few files of cbt's core code :). --- test/test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.scala') diff --git a/test/test.scala b/test/test.scala index dbade9e..6004311 100644 --- a/test/test.scala +++ b/test/test.scala @@ -315,7 +315,7 @@ object Main{ { val res = runCbt("../examples/dynamic-overrides-example", Seq("eval",""" scalaVersion; 1 + 1 """)) assert(res.exit0) - assert(res.out == "2\n", res.out ++ "\n\n" ++ res.err) + assert(res.out == "2\n", res.out ++ "\n--\n" ++ res.err) } { -- cgit v1.2.3