summaryrefslogtreecommitdiff
path: root/test/scala2-nightly-test.scm
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-01-15 12:12:23 +0000
committermichelou <michelou@epfl.ch>2008-01-15 12:12:23 +0000
commit1a87dcf96b22e1c48b30aa8cccffe3ab52de9694 (patch)
treee6f503a6f749016822722fce7da891fd0a3625b2 /test/scala2-nightly-test.scm
parentd27d64aa3087f119b570116019891e8a4e50934f (diff)
downloadscala-1a87dcf96b22e1c48b30aa8cccffe3ab52de9694.tar.gz
scala-1a87dcf96b22e1c48b30aa8cccffe3ab52de9694.tar.bz2
scala-1a87dcf96b22e1c48b30aa8cccffe3ab52de9694.zip
updated nightly build scripts
Diffstat (limited to 'test/scala2-nightly-test.scm')
-rwxr-xr-xtest/scala2-nightly-test.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/scala2-nightly-test.scm b/test/scala2-nightly-test.scm
index dd67459239..403a9c8f78 100755
--- a/test/scala2-nightly-test.scm
+++ b/test/scala2-nightly-test.scm
@@ -17,7 +17,7 @@ exec scsh -e main -s "$0" "$@"
(define scala-svn-module-name "scala")
;; E-mail address to which the failure notification should be sent.
-(define notify-email "scala-devel@groupes.epfl.ch")
+(define notify-email "scala-reports@groupes.epfl.ch")
;;(define notify-email "stephane.micheloud@epfl.ch") ; DEBUG
;;(define notify-email "lex.spoon@epfl.ch") ; DEBUG
@@ -79,7 +79,8 @@ exec scsh -e main -s "$0" "$@"
(with-cwd scala-svn-module-name
(start-section "Creating small Scala distribution")
(fail-if-error (run (ant pack)))
- (fail-if-error (run (ant docs.compiler)))
+;; (fail-if-error (run (ant msil)))
+ (run (ant msil))
(start-section "Testing Scala compiler")
(fail-if-error
(run (./test/scalatest --color=none