summaryrefslogtreecommitdiff
path: root/test-nsc
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2005-12-08 15:15:56 +0000
committerMartin Odersky <odersky@gmail.com>2005-12-08 15:15:56 +0000
commit2d91f011f2ba54bb3ac733f3dcf4a518ea56d50e (patch)
tree956f4cf7f0745cf6916ad67354fcb7c42659969d /test-nsc
parente0d7aeaa9d32afce117d366b179e7a8205586f2e (diff)
downloadscala-2d91f011f2ba54bb3ac733f3dcf4a518ea56d50e.tar.gz
scala-2d91f011f2ba54bb3ac733f3dcf4a518ea56d50e.tar.bz2
scala-2d91f011f2ba54bb3ac733f3dcf4a518ea56d50e.zip
*** empty log message ***
Diffstat (limited to 'test-nsc')
-rw-r--r--test-nsc/scalanstest3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-nsc/scalanstest b/test-nsc/scalanstest
index 37de528c8e..473510f830 100644
--- a/test-nsc/scalanstest
+++ b/test-nsc/scalanstest
@@ -454,7 +454,8 @@ FILES_NEG="";
FILES_MSIL="";
SCALA="$PREFIX/distribs/unix/latest/bin/ns";
-SOCOS="$PREFIX/distribs/unix/latest/bin/nsc";
+# SOCOS="$PREFIX/distribs/unix/latest/bin/nsc -verbose";
+SOCOS="$PREFIX/distribs/unix/latest/bin/nsc -classpath /tmp/newclasses:$HOME/scala/build/nslib.jar:$HOME/scala/sources:$HOME/scala/newsources:/home/linuxsoft/apps/fjbg/jars/fjbg.jar:/home/linuxsoft/apps/msil/msil.jar"
SCALAP="$PREFIX/distribs/unix/latest/bin/nsp";
DIFF="diff";