summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-03-06 15:33:39 +0000
committermichelou <michelou@epfl.ch>2008-03-06 15:33:39 +0000
commite97e8daa099873a09e04545b1c0aef5ea8cb4280 (patch)
tree2ecf2be2ee609000ef3442eddfe94e594e7bc86a /test
parentf19c2f31b8a4dbd497d67761de1d3c5b840f9804 (diff)
downloadscala-e97e8daa099873a09e04545b1c0aef5ea8cb4280.tar.gz
scala-e97e8daa099873a09e04545b1c0aef5ea8cb4280.tar.bz2
scala-e97e8daa099873a09e04545b1c0aef5ea8cb4280.zip
updated scala-reports address
Diffstat (limited to 'test')
-rwxr-xr-xtest/scala2-nightly-test.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scala2-nightly-test.scm b/test/scala2-nightly-test.scm
index 9f2f0c35ef..461a30b1a0 100755
--- a/test/scala2-nightly-test.scm
+++ b/test/scala2-nightly-test.scm
@@ -12,15 +12,15 @@ exec scsh -e main -s "$0" "$@"
;; SVN repository containing the Scala compiler.
(define scala-svn-repository-dir
"http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk")
-(define sep-svn-repository-dir
+(define plugin-svn-repository-dir
"http://lampsvn.epfl.ch/svn-repos/scala/plugin")
;; SVN module containing the compiler.
(define scala-svn-module-name "scala")
-(define sep-svn-module-name "plugin")
+(define plugin-svn-module-name "plugin")
;; E-mail address to which the failure notification should be sent.
-(define notify-email "scala-reports@groupes.epfl.ch")
+(define notify-email "scala-reports@epfl.ch")
;;(define notify-email "stephane.micheloud@epfl.ch") ; DEBUG
;;(define notify-email "lex.spoon@epfl.ch") ; DEBUG
;;(define notify-email "gilles.dubochet@epfl.ch") ; DEBUG