From f8b2f559453bc3b1491e805f81db7c5920401734 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Tue, 12 Jul 2016 12:21:40 -0400 Subject: fix task name appearing in args (#132) --- test/test.scala | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/test.scala') diff --git a/test/test.scala b/test/test.scala index 65790f8..4f332ea 100644 --- a/test/test.scala +++ b/test/test.scala @@ -196,6 +196,12 @@ object Main{ task("fullOptJS","../examples/scalajs-react-example/js") compile("../examples/uber-jar-example") + { + val res = runCbt("simple", Seq("printArgs","1","2","3")) + assert(res.exit0) + assert(res.out == "1 2 3", res.out) + } + { val res = runCbt("forgot-extend", Seq("run")) assert(!res.exit0) -- cgit v1.2.3