summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2004-10-06 17:40:18 +0000
committermihaylov <mihaylov@epfl.ch>2004-10-06 17:40:18 +0000
commit4ffc505e685072ec95ed69a5dccf5e132043d502 (patch)
treedb254d3b7ceab325a3c832d742f5c2a15c2c6bf8 /sources/bin
parent14414226a9cfaf4ff725434adaf3f1773124d014 (diff)
downloadscala-4ffc505e685072ec95ed69a5dccf5e132043d502.tar.gz
scala-4ffc505e685072ec95ed69a5dccf5e132043d502.tar.bz2
scala-4ffc505e685072ec95ed69a5dccf5e132043d502.zip
[MSIL] Fixed the testing procedure for the MSIL...
[MSIL] Fixed the testing procedure for the MSIL backend.
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/.scala_wrapper.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index f846aebd10..369a5718c3 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -690,10 +690,10 @@ test_run_xml() {
# Tests the .NET backend.
test_run_msil() {
- assemblies={#TEST_ASSEMBLIES#};
+ assemblies=`get_os_filename {#TEST_ASSEMBLIES#}`;
rm -f "$dstbase".il &&
rm -f "$dstbase".EXE &&
- $SOCOS -nowarn -target:msil -o "$os_dstbase" $assemblies "$@" \
+ $SOCOS -nowarn -target:msil -o "$os_dstbase" -r $assemblies "$@" \
"$os_srcbase".scala &&
case "$UNAME" in
CYGWIN* )