aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-10-23 10:38:38 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-10-23 10:38:38 +0200
commit1f9131273dc0ac9811532a35349c6bd58711eb7e (patch)
tree10ad0bcd2bd89275cd82c60c631bcacd82dafba6
parent5e56813d2d3cf8dc54850013c2f7dc41ec26d984 (diff)
downloaddotty-1f9131273dc0ac9811532a35349c6bd58711eb7e.tar.gz
dotty-1f9131273dc0ac9811532a35349c6bd58711eb7e.tar.bz2
dotty-1f9131273dc0ac9811532a35349c6bd58711eb7e.zip
Indicate that dotty is being built.
-rw-r--r--test/dotc/build.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/build.scala b/test/dotc/build.scala
index cb5f7ab95..9f47796c3 100644
--- a/test/dotc/build.scala
+++ b/test/dotc/build.scala
@@ -19,6 +19,7 @@ object build extends tests {
}
def main(args: Array[String]): Unit = {
+ println("------------ Building dotty ------------")
deleteFilesInFolder(new File(defaultOutputDir)) // clear previous output
dotty // build output dir
val p = Runtime.getRuntime.exec(Array("jar", "cf", "dotty.jar", "-C", "out", "."))