summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/scala2-nightly-test.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/scala2-nightly-test.scm b/test/scala2-nightly-test.scm
index 9766a205da..626b25177b 100755
--- a/test/scala2-nightly-test.scm
+++ b/test/scala2-nightly-test.scm
@@ -24,7 +24,7 @@ exec scsh -e main -s "$0" "$@"
;; Directory in which the distribution should be built.
(define nightly-build-dir
;; (expand-file-name "~lex/scala/nightly-scala2")) ; DEBUG
- "~linuxsoft/archives/scala/nightly-scala2"))
+ (expand-file-name "~linuxsoft/archives/scala/nightly-scala2"))
;; End of configuration section.
@@ -77,8 +77,6 @@ exec scsh -e main -s "$0" "$@"
(fail-if-error (run (svn co ,scala-svn-repository-dir
,scala-svn-module-name)))
(with-cwd scala-svn-module-name
- (start-section "Compiling Scala compiler")
- (fail-if-error (run (ant clean.all)))
(start-section "Creating small Scala distribution")
(fail-if-error (run (ant dist)))
(start-section "Testing Scala compiler")