summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2007-07-16 14:05:23 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2007-07-16 14:05:23 +0000
commit3bac46a9ea2e7f46bbfcc5eab5c844a17e73d22b (patch)
treecf88a3e6fdce5b089ef4086c3157d0c8b7cde15c /test/scalatest
parent90eda0dfdb134848119d59be964094b66e5e7a64 (diff)
downloadscala-3bac46a9ea2e7f46bbfcc5eab5c844a17e73d22b.tar.gz
scala-3bac46a9ea2e7f46bbfcc5eab5c844a17e73d22b.tar.bz2
scala-3bac46a9ea2e7f46bbfcc5eab5c844a17e73d22b.zip
Fixed scalatest to use changed command-lines op...
Fixed scalatest to use changed command-lines options.
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index 8bb513acf6..f74b63aec8 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -246,7 +246,7 @@ test_run_neg() {
test_run_res() {
rm -rf "$dstbase".obj &&
mkdir -p "$dstbase".obj &&
- (cd "$srcdir" && cat "$testname".res | $SCALAC -d "$os_dstbase".obj -resident -sourcepath . "$@"; );
+ (cd "$srcdir" && cat "$testname".res | $SCALAC -d "$os_dstbase".obj -Xresident -sourcepath . "$@"; );
rm -rf "$dstbase".obj;
}