summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/bin/scala-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bin/scala-test b/test/bin/scala-test
index 88f55aeeea..c825d4880b 100755
--- a/test/bin/scala-test
+++ b/test/bin/scala-test
@@ -138,7 +138,7 @@ test_compilation_success() {
output="$OBJDIR"/`expr "$source" : "\(.*\)\\.scala"`.obj;
rm -rf "$output";
mkdir -p "$output" &&
- $SOCOS $FLAGS "$source" &&
+ $SOCOS -d "$output" $FLAGS "$source" &&
rm -rf "$output";
}